TokenEdit.CustomDrawTokenGlyph Event
In This Article
Allows you to re-draw the default token glyph.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.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