Skip to main content
Bar

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.v23.2.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