Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SearchTokenLookUpEditStyleSettings.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.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public bool? AllowEditTokens { get; set; }

#Property Value

Type Description
Nullable<Boolean>

true, to enable editing of existing tokens; otherwise, false.

#Remarks

The SearchTokenLookUp 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.

See Also