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> |
|
See Also