SplitPanelVisibility Enum
Lists values that specify the visibility of the panels within a split container.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description |
---|---|
Both
|
Both Panel1 and Panel2 are visible. |
Panel1
|
Panel2 is hidden. |
Panel2
|
Panel1 is hidden. |
Related API Members
The following properties accept/return SplitPanelVisibility values:
Remarks
The values listed by this enumeration are used to set the SplitContainerControl.PanelVisibility property.
See Also