Back to Devexpress

AlertControl.FormLocation Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-22866e8c.md

latest1.7 KB
Original Source

AlertControl.FormLocation Property

Gets or sets the screen position where alert windows appear.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public virtual AlertFormLocation FormLocation { get; set; }
vb
<DXCategory("Behavior")>
Public Overridable Property FormLocation As AlertFormLocation

Property Value

TypeDescription
AlertFormLocation

An AlertFormLocation value that specifies the screen position where alert windows appear.

|

Available values:

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.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace