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

ListBoxFilteringSettings.MinLength Property

Gets or sets the minimum number of characters an end-user should enter into the editor before the filtering executes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(1)]
public int MinLength { get; set; }

Property Value

Type Default Description
Int32 1

An integer value specifying the minimum number of characters.

Property Paths

You can access this nested property as listed below:

Remarks

Online demos:

See Also