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

AlertControl.AutoHeight Property

Gets or sets whether the height of alert windows are automatically calculated, according to their content.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool AutoHeight { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the height of alert windows are automatically calculated, according to their content; otherwise, false.

Remarks

To change the width of alert windows, handle the AlertControl.GetDesiredAlertFormWidth event.

See Also