Skip to main content

BaseLayoutItem.Expanded Property

Not supported.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool Expanded { get; set; }

Property Value

Type Default Description
Boolean true

Always True.

See Also