Skip to main content
A newer version of this page is available. .

TokenEdit.CustomDrawTokenText Event

Allows you to re-paint the token text area.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.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