DashboardToolbarItem.Checked Property
Gets a value indicating whether the item is in the pushed state.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | True, if the item is currently in the pushed state; null if the item cannot be pushed or checked; otherwise, false. |
Implements
See Also