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

SplitContainerControl.IsPanelCollapsed Property

Gets whether the panel specified by the SplitContainerControl.CollapsePanel property is collapsed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public bool IsPanelCollapsed { get; }

Property Value

Type Description
Boolean

true if this panel is collapsed; otherwise, false.

Remarks

See the SplitContainerControl.CollapsePanel topic to learn more.

See Also