TokenEdit.CheckItem(Object) Method
Checks the token with the specified value in your TokenEdit control.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | An Object that is the value of the token that will be checked. |
Remarks
Depending on the RepositoryItemTokenEdit.CheckMode property value, users can select (check) one or multiple tokens.
The code sample below illustrates how to select and check the January token.
See Also