GridSplitContainer.IsSplitViewVisible Property
Gets whether the Split Container is currently divided into two regions by a splitter.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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