Skip to main content
A newer version of this page is available. .

TreeListOptionsFind.FindDelay Property

Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active).

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DefaultValue(1000)]
[XtraSerializableProperty]
public virtual int FindDelay { get; set; }

Property Value

Type Default Description
Int32 1000

An integer that specifies the delay in milliseconds, after which a data search is initiated.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FindDelay
WinForms Controls GanttControl
.OptionsFind.FindDelay
ResourcesTree
.OptionsFind.FindDelay
TreeList
.OptionsFind.FindDelay
Reporting XRDesignFieldList
.OptionsFind.FindDelay
XRDesignReportExplorer
.OptionsFind.FindDelay

Remarks

When using the Find Delay, you can use the TreeListOptionsFind.FindMode property to choose whether a data search is initiated automatically or must be started manually. In automatic search mode, a search starts after an end-user has stopped typing text, after the delay specified by the FindDelay property.

See Also