Back to Devexpress

FormCheckItem.IsChecked Property

maui-devexpress-dot-maui-dot-editors-dot-formcheckitem.md

latest953 B
Original Source

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

csharp
public bool? IsChecked { get; set; }

Property Value

TypeDescription
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

FormCheckItem Class

FormCheckItem Members

DevExpress.Maui.Editors Namespace