Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxAlertWindowOptionsSize.MaxHeight Property

Specifies an alert window‘s maximum possible height, in pixels.

#Declaration

Delphi
property MaxHeight: Integer read; write; default dxAlertWindowDefaultMaxHeight;

#Property Value

Type Default
Integer dxAlertWindowDefaultMaxHeight

#Remarks

Use the MinHeight and MaxHeight properties to define the range within which an alert window’s Height property value may vary. If a 0 is assigned to the MaxHeight property, the alert window height is not limited.

The default value of the MaxHeight property is specified by the dxAlertWindowDefaultMaxHeight global constant.

See Also