Back to Devexpress

WindowsUIButtonPanel.AutoSizeInLayoutControl Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-127f9d4b.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Properties")]
public virtual bool AutoSizeInLayoutControl { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Properties")>
Public Overridable Property AutoSizeInLayoutControl As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace