SearchControl.DoValidate() Method
Performs search text validation.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the search text has been validated; otherwise, false. |
Remarks
The DoValidate method is called automatically by the SearchControl each time it must be validated. For instance, if the SearchControl.FindMode property is set to FindMode.Always, the validation occurs automatically every time the search text is changed.
See Also