Skip to main content

SearchControl.DoValidate() Method

Performs search text validation.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

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