FilterCheckItem.AllowIndeterminateInput Property
In This Article
Gets or sets whether a user can set the item to the indeterminate state. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool AllowIndeterminateInput { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also