Skip to main content

RepositoryItemSearchControl.FindDelay Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.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