Skip to main content

TokenEdit.CustomDrawTokenGlyph Event

Allows you to re-draw the default token glyph.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event TokenEditCustomDrawTokenGlyphEventHandler CustomDrawTokenGlyph

Event Data

The CustomDrawTokenGlyph event's data class is DevExpress.XtraEditors.TokenEditCustomDrawTokenGlyphEventArgs.

Remarks

See the RepositoryItemTokenEdit.CustomDrawTokenGlyph topic to learn more.

See Also