Skip to main content
A newer version of this page is available. .

WindowsUIButtonPanel.AutoSizeInLayoutControl Property

Gets or sets whether this WindowsUIButtonPanel should be auto-sized, when hosted in a LayoutControl.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Properties")]
public virtual bool AutoSizeInLayoutControl { get; set; }

Property Value

Type Default Description
Boolean **true**

true if this WindowsUIButtonPanel should be auto-sized, when hosted in a LayoutControl; otherwise, false.

See Also