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.v25.1.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 MinLength |
|---|---|
| ASPxListBox |
|
| ListBoxProperties |
|
Remarks
Online demos:
See Also