Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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