Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(1200)]
public int FilterDelay { get; set; }

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
.Settings .FilterDelay
See Also