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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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