CheckItem<T>.Checked Property
Specifies whether or not the current check item is selected.
Namespace: DevExpress.DataAccess.Wizard.Model
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the check item is selected; otherwise false. |
See Also