Back to Devexpress

TokenEdit.CustomDrawTokenGlyph Event

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-4e6133db.md

latest1.4 KB
Original Source

TokenEdit.CustomDrawTokenGlyph Event

Allows you to re-draw the default token glyph.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event TokenEditCustomDrawTokenGlyphEventHandler CustomDrawTokenGlyph
vb
<DXCategory("Events")>
Public Event CustomDrawTokenGlyph As TokenEditCustomDrawTokenGlyphEventHandler

Event Data

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

Remarks

See the RepositoryItemTokenEdit.CustomDrawTokenGlyph topic to learn more.

See Also

CustomDrawTokenGlyph

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace