Back to Devexpress

AsyncItemsSourceProvider.CharacterCountThreshold Property

maui-devexpress-dot-maui-dot-editors-dot-asyncitemssourceprovider-69fe86fa.md

latest948 B
Original Source

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

csharp
public int CharacterCountThreshold { get; set; }

Property Value

TypeDefaultDescription
Int321

The character count threshold.

|

See Also

AsyncItemsSourceProvider Class

AsyncItemsSourceProvider Members

DevExpress.Maui.Editors Namespace