Skip to main content
A newer version of this page is available. .

AlertControl.FormLocation Property

Gets or sets the screen position where alert windows appear.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
public virtual AlertFormLocation FormLocation { get; set; }

Property Value

Type Description
AlertFormLocation

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

Available values:

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 code snippet (auto-collected from DevExpress Examples) contains a reference to the FormLocation property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also