Share via


AutoCompleteConfig.Limit Property

Definition

The number of autocomplete results we hope to return. The default value is 50. The value must be a number between 1 and 100.

public int? Limit { get; set; }
member this.Limit : Nullable<int> with get, set
Public Property Limit As Nullable(Of Integer)

Property Value

Applies to