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

AlertFormControlBoxPosition Enum

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

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v19.2.dll

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