BaseLayoutItem.Expanded Property
Not supported.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
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