Back to Devexpress

GridSplitContainer.IsSplitViewVisible Property

windowsforms-devexpress-dot-xtragrid-dot-gridsplitcontainer-7c926348.md

latest1.6 KB
Original Source

GridSplitContainer.IsSplitViewVisible Property

Gets whether the Split Container is currently divided into two regions by a splitter.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsSplitViewVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSplitViewVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Split Container is currently divided into two regions by a splitter; otherwise, false.

|

Remarks

You can show a splitter that will divide the Split Container into two regions via the GridSplitContainer.ShowSplitView method. The GridSplitContainer.HideSplitView method hides the splitter.

See Also

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace