TokenLookUpEditStyleSettings.AllowEditTokens Property
Gets or sets whether to enable editing of existing tokens. This is a dependency property.
Namespace: DevExpress.Xpf.Grid.LookUp
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true, to enable editing of existing tokens; otherwise, false. |
Remarks
The TokenLookUp control allows you to replace a selected token.
When the AllowEditTokens is true, left click the added token and start typing a required token name to edit the token. Press the Enter key to apply editing. An end-user can cancel editing by moving focus out from the token or pressing the Esc key.
Note
You can edit a single token at a time. When you start editing another token, the previous token’s editing stops.
Important
Token editing does not provide you with the capability to edit a property’s value bound to DisplayMember.