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

RepositoryItemSearchControl.FindDelay Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(1000)]
[SmartTagProperty("Find Delay", "", 5)]
public virtual int FindDelay { get; set; }

Property Value

Type Default Description
Int32 1000

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