Skip to main content

FormCheckItem.IsChecked Property

Specifies whether the FormCheckItem checkbox is selected.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool? IsChecked { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if the check box is selected; false if the check box is cleared; null if the check box is in an indeterminate state.

See Also