Skip to main content
Bar

BarCheckItem.Down Property

Gets or set a value indicating whether the item is in the pushed state. This property is obsolete. Use the Checked property instead.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool Down { get; set; }

Property Value

Type Description
Boolean

true if the item is currently in the pushed state; otherwise, false.

See Also