Back to Devexpress

AlertFormControlBoxPosition Enum

windowsforms-devexpress-dot-xtrabars-dot-alerter-ced19b9a.md

latest1.5 KB
Original Source

AlertFormControlBoxPosition Enum

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

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum AlertFormControlBoxPosition
vb
Public Enum AlertFormControlBoxPosition

Members

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

|

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

ControlBoxPosition

DevExpress.XtraBars.Alerter Namespace