MindFusion WinForms Programmer's Guide
ReportEditor.ShowPropertiesWindow Property
See Also
 





Gets or sets a value indicating whether the Properties window is visible.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor

 Syntax

C#  Copy Code

public bool ShowPropertiesWindow { get; set; }

Visual Basic  Copy Code

Public Property ShowPropertiesWindow As Boolean

 Property Value

true to show the Properties window inside the editor; otherwise, false. The default is true.

 See Also

ReportEditor Members
ReportEditor Class
MindFusion.Reporting.WinForms Namespace