Skip to main content

SplitContainerControl.IsPanelCollapsed Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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