BarCheckItem.Down Property
Gets or set a value indicating whether the item is in the pushed state.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.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. |
Remarks
Use the Down property to specify the check state of a bar item. The BarCheckItem.Checked property can also be used for this purpose. Note that the values of these properties are synchronized.
Changing the Down property raises the BarCheckItem.CheckedChanged event.
See Also