TokenEdit.CustomDrawTokenText Event
Allows you to re-paint the token text area.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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