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

GridSplitContainer.IsSplitViewVisible Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

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