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

CheckItem<T>.Checked Property

Specifies whether or not the current check item is selected.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true if the check item is selected; otherwise false.

See Also