RepositoryItemSearchControl.FindDelay Property
Gets or sets the delay for a search performed automatically on typing text.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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