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

AlertFormControlBoxPosition Enum

Contains values that specify the position of the control buttons in alert windows.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AlertFormControlBoxPosition

#Members

Name Description
Top

The control buttons are displayed at the top edge of an alert window.

Right

The control buttons are displayed at the right edge of an alert window.

#Related API Members

The following properties accept/return AlertFormControlBoxPosition values:

#Remarks

Use the AlertControl.ControlBoxPosition property to specify the position of the control buttons (Close, Pin and Dropdown) in alert windows.

See Also