Back to Devexpress

LayoutControlItem.Expanded Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-ac02c319.md

latest1.2 KB
Original Source

LayoutControlItem.Expanded Property

Not supported.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool Expanded { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Expanded As Boolean

Property Value

TypeDefaultDescription
Booleantrue

Always True.

|

See Also

Expanded

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace