Skip to main content

IDashboardToolbarItem.Checked Property

Gets whether an item is checked, unchecked, or cannot be checked.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

bool? Checked { get; }

Property Value

Type Description
Nullable<Boolean>

True if an item is checked, False if it is unchecked, null if it does not support the checked state.

See Also