RepositoryItemTokenEdit.Validate() Method
Validates the text entered in the editor.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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