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

SplitContainerControl.Collapsed Property

Gets or sets a value indicating whether the panel referred to by the SplitContainerControl.CollapsePanel property is collapsed.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool Collapsed { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the panel is collapsed; otherwise, false.

Remarks

Assign a panel to the SplitContainerControl.CollapsePanel property to allow the panel’s collapse functionality. The Collapsed property is not in effect if no panel is assigned to the SplitContainerControl.CollapsePanel property. See this link to learn more.

See Also