Skip to main content
A newer version of this page is available. .

IDashboardToolbarItem.Checked Property

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

Namespace: DevExpress.DashboardWin

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

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