Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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:

Object Type Path to MinLength
ASPxListBox
.FilteringSettings .MinLength
ListBoxProperties
.FilteringSettings .MinLength

#Remarks

Online demos:

See Also