Skip to main content

DashboardToolbarMenuItem.Checked Property

Gets a value indicating whether the item is in the pushed state.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public bool? Checked { get; }

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