FormCheckItem.IsChecked Property
In This Article
Specifies whether the FormCheckItem checkbox is selected.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool? IsChecked { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
See Also