Skip to main content

TokenEdit.CustomDrawTokenText Event

Allows you to re-paint the token text area.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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