Skip to main content
A newer version of this page is available. .
Tab

SplitterPane.Visible Property

Gets or sets a value specifying the visibility of the current pane.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(true)]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the pane is visible; otherwise false.

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