AlertFormLocation Enum
Contains values that specify the position on screen at which alert windows are displayed.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
TopLeft
|
An alert window appears at the top left corner of the screen. |
TopRight
|
An alert window appears at the top right corner of the screen. |
BottomLeft
|
An alert window appears at the bottom left corner of the screen. |
BottomRight
|
An alert window appears at the bottom right corner of the screen. |
Related API Members
The following properties accept/return AlertFormLocation values:
Remarks
Use the AlertControl.FormLocation property to specify the position at which alert windows are displayed.
See Also