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

SplitContainerControl.PanelVisibility Property

Gets or sets the visibility of the panels.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(SplitPanelVisibility.Both)]
[SmartTagProperty("Panel Visibility", "", SmartTagActionType.RefreshAfterExecute)]
public virtual SplitPanelVisibility PanelVisibility { get; set; }

Property Value

Type Default Description
SplitPanelVisibility **Both**

A SplitPanelVisibility enumeration value which specifies the visibility of panels.

Available values:

Name Description
Both

Both Panel1 and Panel2 are visible.

Panel1

Panel2 is hidden.

Panel2

Panel1 is hidden.

See Also