SearchControl.FindMode Property
In This Article
Gets or sets whether data searching starts automatically, or must be started manually. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Find |
A Find |
#Remarks
Use the FindMode property, to specify how data searching should be initiated - automatically after a small delay or manually on clicking the Find button or pressing ENTER.
See Also