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

NavigatorBase.AutoSize Property

Gets or sets whether the control adjusts its size automatically, to display its buttons in their entirety.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
[Browsable(true)]
public override bool AutoSize { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the control adjusts its size automatically to display its buttons in their entirety; otherwise, false.

See Also