SplitterPane.Visible Property
Gets or sets a value specifying the visibility of the current pane.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the Visible property to dynamically change the visible status of the pane.
Note that the Visible and SplitterPane.VisibleIndex properties are interdependent. A false
value assigned to the Visible property sets the SplitterPane.VisibleIndex property to -1. Setting the Visible property back to true
sets the SplitterPane.VisibleIndex property to the non-negative value it had previously.
See Also