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
Declaration
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