AlertButton.Style Property
In This Article
Gets or sets the button’s style.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Behavior")]
public AlertButtonStyle Style { get; set; }
#Property Value
Type | Description |
---|---|
Alert |
An Alert |
Available values:
Name | Description |
---|---|
Button | A button functions as a regular button, producing the Alert |
Check |
A button functions as a check button, producing the Alert |
#Remarks
To make the button function as a check button, set the Style property to AlertButtonStyle.CheckButton.
See Also