TokenEdit.ValidateToken Event
In This Article
Allows you to perform the custom validation on text currently entered in this TokenEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.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