[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Sidebar.Visible

Visible Property

Visible

Gets or sets a value indicating whether the Sidebar is visible.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
bool

true if the Sidebar is visible; otherwise, false. The default value is false.

Remarks

This property controls the visibility of the Sidebar, allowing it to be shown or hidden based on user interaction or other conditions within the application.