Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AlertFormLocation Enum

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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.

See Also