TdxAlertWindowOptionsSize.MinWidth Property
Specifies an alert window‘s minimum possible width, in pixels.
Declaration
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