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

AppMenuFileLabel.AutoHeight Property

Gets or sets whether the control’s height is adjusted to fit its contents.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool AutoHeight { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the control’s height is adjusted to fit its contents; otherwise, false.

See Also