Back to Devexpress

OfficeNavigationBar.AutoSizeInLayoutControl Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-33052a3f.md

latest1.7 KB
Original Source

OfficeNavigationBar.AutoSizeInLayoutControl Property

Gets or sets whether the OfficeNavigationBar is auto-sized to fit its contents when it’s placed in a LayoutControl.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

A Boolean value that specifies whether the OfficeNavigationBar is auto-sized to fit its contents when it’s placed in a LayoutControl.

|

See Also

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace