A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property AutoHeight As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the control's height is adjusted to fit its contents; otherwise, false. |
See Also
Feedback