Skip to main content

AsyncItemsSourceProvider.CharacterCountThreshold Property

Gets or sets the number of entered characters after which the provider starts to make requests. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public int CharacterCountThreshold { get; set; }

Property Value

Type Default Description
Int32 1

The character count threshold.

See Also