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

TdxAlertWindowOptionsSize.MaxHeight Property

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

Declaration

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