windowsforms-devexpress-dot-xtrabars-dot-alerter-1affa65d.md
Contains values that specify the position on screen at which alert windows are displayed.
Namespace : DevExpress.XtraBars.Alerter
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum AlertFormLocation
Public Enum AlertFormLocation
| 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.
|
The following properties accept/return AlertFormLocation values:
Use the AlertControl.FormLocation property to specify the position at which alert windows are displayed.
See Also