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

GridSplitContainer.PanelVisibility Property

This property is not supported by the GridSplitContainer class.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[Browsable(false)]
public override SplitPanelVisibility PanelVisibility { get; set; }

Property Value

Type
SplitPanelVisibility

Available values:

Name Description
Both

Both Panel1 and Panel2 are visible.

Panel1

Panel2 is hidden.

Panel2

Panel1 is hidden.

See Also