FileManagerSettings.FilterDelay Property
Gets or sets the time interval between the time an end-user starts typing in the filter box, and filtering is applied.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 1200 | An Int32 value that specifies the time interval, in milliseconds. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to FilterDelay |
---|---|
ASPxFileManager |
|
See Also