Back to Devexpress

BaseLayoutItem.Expanded Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-018dd6a9.md

latest1.2 KB
Original Source

BaseLayoutItem.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 virtual bool Expanded { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property Expanded As Boolean

Property Value

TypeDefaultDescription
Booleantrue

Always True.

|

See Also

Expanded

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace