Skip to main content

GridSplitContainer.IsSplitViewVisible Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public bool IsSplitViewVisible { get; }

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