ASPxAutoCompleteBoxBase.IncrementalFilteringDelay Property
Gets or sets the time interval between the time a user enters the last symbol within the editor' edit box and filtering is applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(100)]
public int IncrementalFilteringDelay { get; set; }
<DefaultValue(100)>
Public Property IncrementalFilteringDelay As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 100 |
An integer value that specifies the time interval, in milliseconds. |
Remarks
This property is a wrapper of the AutoCompleteBoxPropertiesBase.IncrementalFilteringDelay property. Refer to its description for more information.
See Also
Feedback