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

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

#Declaration

Delphi
property MinWidth: Integer read; write; default dxAlertWindowDefaultMinWidth;

#Property Value

Type Default
Integer dxAlertWindowDefaultMinWidth

#Remarks

Use the MinWidth and MaxWidth properties to define the range within which an alert window’s Width property value may vary.

The default value of the MinWidth property is specified by the dxAlertWindowDefaultMinWidth global constant.

See Also