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.v24.1.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