Back to Devexpress

AlertFormLocation Enum

windowsforms-devexpress-dot-xtrabars-dot-alerter-1affa65d.md

latest1.6 KB
Original Source

AlertFormLocation Enum

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

Declaration

csharp
public enum AlertFormLocation
vb
Public Enum AlertFormLocation

Members

NameDescription
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:

Remarks

Use the AlertControl.FormLocation property to specify the position at which alert windows are displayed.

See Also

FormLocation

DevExpress.XtraBars.Alerter Namespace