Skip to main content

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.v23.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Layout")]
[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 Also