Back to Devexpress

RepositoryItemSearchControl.FindDelay Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemsearchcontrol-90e7892f.md

latest2.0 KB
Original Source

RepositoryItemSearchControl.FindDelay Property

Gets or sets the delay for a search performed automatically on typing text.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int321000

A System.Int32 value that specifies the delay for an automatically performed search.

|

Remarks

If an end-user types text in the SearchControl‘s search box, a search starts automatically after the delay specified by the FindDelay property.

To disable automatic search, set the RepositoryItemSearchControl.AllowAutoApply property to false.

See Also

AllowAutoApply

ShowSearchButton

RepositoryItemSearchControl Class

RepositoryItemSearchControl Members

DevExpress.XtraEditors.Repository Namespace