TokenEdit.ValidateToken Event
Allows you to perform the custom validation on text currently entered in this TokenEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The ValidateToken event's data class is DevExpress.XtraEditors.TokenEditValidateTokenEventArgs.
Remarks
See the RepositoryItemTokenEdit.ValidateToken event to learn more.
See Also