Skip to main content

TdxAlertWindowOptionsSize.MaxWidth Property

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

Declaration

property MaxWidth: Integer read; write; default dxAlertWindowDefaultMaxWidth;

Property Value

Type Default
Integer dxAlertWindowDefaultMaxWidth

Remarks

Use the MinWidth and MaxWidth properties to define the range within which an alert window’s Width property value may vary. If a 0 is assigned to the MaxWidth property, the alert window width is not limited.

The default value of the MaxWidth property is specified by the dxAlertWindowDefaultMaxWidth global constant.

See Also