AlertFormLocation Enum
Contains values that specify the position on screen at which alert windows are displayed.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Top
|
An alert window appears at the top left corner of the screen. |
Top
|
An alert window appears at the top right corner of the screen. |
Bottom
|
An alert window appears at the bottom left corner of the screen. |
Bottom
|
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.