TokenEdit.CustomDrawTokenText Event
Allows you to re-paint the token text area.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Events")]
public event TokenEditCustomDrawTokenTextEventHandler CustomDrawTokenText
Event Data
The CustomDrawTokenText event's data class is DevExpress.XtraEditors.TokenEditCustomDrawTokenTextEventArgs.
Remarks
See the RepositoryItemTokenEdit.CustomDrawTokenText property to learn more.
See Also