Back to Devexpress

SplitterPane.Visible Property

aspnet-devexpress-dot-web-dot-splitterpane-215cf50f.md

latest1.7 KB
Original Source

SplitterPane.Visible Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

VisibleIndex

Splitter

SplitterPane Class

SplitterPane Members

DevExpress.Web Namespace