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