Back to Devexpress

FormCheckItem.AllowIndeterminateInput Property

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

latest1.6 KB
Original Source

FormCheckItem.AllowIndeterminateInput Property

Gets or sets whether a user can set the editor to the indeterminate state. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool AllowIndeterminateInput { get; set; }

Property Value

TypeDescription
Boolean

true if a user can set the editor to the indeterminate state; otherwise, false.

|

Remarks

The following images depict the check box of the FormCheckItem in different states:

ImageState
Checked
Cleared
Indeterminate

Set the FormCheckItem.IsChecked property to Null to switch the editor to the indeterminate state programmatically.

See Also

FormCheckItem Class

FormCheckItem Members

DevExpress.Maui.Editors Namespace