Skip to main content

AppMenuFileLabel.AutoHeight Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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