vcl-dxalertwindow-dot-tdxalertwindow-f27af194.md
Specifies appearance settings of the current alert window.
property LookAndFeel: TcxLookAndFeel read; write;
| Type |
|---|
| TcxLookAndFeel |
By default, an alert window’s appearance settings are always synchronized with the alert window manager’s LookAndFeel property unless you provide custom settings via the alert window’s LookAndFeel property. To revert custom settings and restore synchronization, reset the LookAndFeel.AssignedValues flags.
Appearance settings available in the LookAndFeel property include:
Five predefined styles applied using the LookAndFeel.Kind or LookAndFeel.NativeStyle property;
Skins from the ExpressSkins Library applied using the LookAndFeel.SkinName property.
Note
You can improve the readability of alert windows using the dxAlertWindowIndentBetweenRegions global constant.
See Also