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

AlertFormLocation Enum

Contains values that specify the position on screen at which alert windows are displayed.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public enum AlertFormLocation

Members

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.

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AlertFormLocation enum.

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