Skip to main content
A newer version of this page is available. .

SearchControl.DoValidate() Method

Performs search text validation.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public bool DoValidate()

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