Skip to main content

RepositoryItemTokenEdit.Validate() Method

Validates the text entered in the editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Validate()

Remarks

The text entered into a TokenEdit is validated in the RepositoryItemTokenEdit.ValidateToken event. This occurs whenever a condition specified by the RepositoryItemTokenEdit.ValidationRules property occurs. Generally, you do not need to explicitly validate this text. But if you need to force this validation, call the Validate method in code.

See Also