Skip to main content
A newer version of this page is available. .

AsyncItemsSourceProvider.CharacterCountThreshold Property

Gets or sets the number of entered characters after which the provider starts to make requests.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public int CharacterCountThreshold { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the character count threshold.

See Also