Skip to content

DevExpress-Examples/winforms-tokenedit-checked-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms TokenEdit - Create checked tokens

This example creates a custom token editor (CustomTokenEdit) that displays a checkbox in tokens.

WinForms TokenEdit - Display a checkbox in a token

You can use the custom token editor as a standalone editor or as a cell editor in data-aware controls (for example, Data Grid, TreeList).

Custom Token Cell Editor - WinForms Data Grid

Tokens are of the CustomTokenEditToken type. This class inherits base functionality from the TokenEditToken class and introduces a new Checked property. When the checked state of a token changes, the editor raises the RepositoryItemCustomTokenEdit.TokenCheckedChanged event.

Files to Review

See Also