Skip to main content

AlertButton.State Property

Gets or sets the button’s state.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public AlertButtonState State { get; set; }

Property Value

Type Description
DevExpress.XtraBars.Alerter.AlertButtonState

An AlertButtonState value that specifies the button’s state.

See Also