GridSplitContainer.PanelVisibility Property
This property is not supported by the GridSplitContainer class.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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