Skip to main content

DataFormCheckBoxItem.AllowIndeterminateInput Property

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool AllowIndeterminateInput { get; set; }

Property Value

Type Default Description
Boolean False

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

See Also