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.MaxWidth Property

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

#Declaration

Delphi
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