Back to Devexpress

ColumnViewOptionsFind.FindDelay Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-185e185f.md

latest2.3 KB
Original Source

ColumnViewOptionsFind.FindDelay Property

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

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1000)]
[XtraSerializableProperty]
public virtual int FindDelay { get; set; }
vb
<DefaultValue(1000)>
<XtraSerializableProperty>
Public Overridable Property FindDelay As Integer

Property Value

TypeDefaultDescription
Int321000

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:

Object TypePath to FindDelay
ColumnView

.OptionsFind .FindDelay

|

Remarks

When using the Find Panel, you can use the ColumnViewOptionsFind.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

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace