Gets or sets a value indicating whether the Properties window is visible.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor
C# Copy Code |
---|
public bool ShowPropertiesWindow { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowPropertiesWindow As Boolean |
true to show the Properties window inside the editor; otherwise, false. The default is true.