Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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