StandaloneBarDockControl.AutoSizeInLayoutControl Property
Gets or sets whether the StandaloneBarDockControl is auto-sized to fit its contents, when it’s placed within a LayoutControl.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Layout")]
public virtual bool AutoSizeInLayoutControl { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | A Boolean value that specifies whether the StandaloneBarDockControl is auto-sized to fit its contents, when it’s placed within a LayoutControl. |
See Also