Skip to main content

AlertButton.Down Property

Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the AlertButton.Style property is set to AlertButtonStyle.CheckButton).

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool Down { get; set; }

Property Value

Type Default Description
Boolean false

A Boolean value that specifies the button’s pressed state.

See Also