ASPxAutoCompleteBoxBase.FilterMinLength Property
Gets or sets a value that defines the minimum length for the filter string input, after which filtering operations are initiated.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(0)]
public int FilterMinLength { get; set; }
<DefaultValue(0)>
Public Property FilterMinLength As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value specifying the minimum length for the filter string input. |
Remarks
This property is a wrapper of the AutoCompleteBoxPropertiesBase.FilterMinLength property.
See Also
Feedback