Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemSearchControl.FindDelay Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(1000)]
[DXCategory("Behavior")]
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