Back to Devexpress

RepositoryItemTokenEdit.CustomDrawTokenBackground Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-dbaa03ae.md

latest1.6 KB
Original Source

RepositoryItemTokenEdit.CustomDrawTokenBackground Event

Occurs each time a token needs to be displayed and allows you to manually draw its background.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The CustomDrawTokenBackground event's data class is DevExpress.XtraEditors.TokenEditCustomDrawTokenBackgroundEventArgs.

Remarks

See the Token Edit Control topic to learn more.

See Also

Token Edit Control

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace