ListBoxFilteringSettings.MinLength Property
In This Article
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
#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 Min |
---|---|
ASPx |
|
List |
|
#Remarks
Online demos:
See Also