Skip to main content

CheckItem<T>.Checked Property

Specifies whether or not the current check item is selected.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true if the check item is selected; otherwise false.

See Also