TokenLookUpEditStyleSettings.NewTokenPosition Property
In This Article
Specifies the placement of new 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 NewTokenPosition? NewTokenPosition { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<New |
A New |
Available values:
Name | Description |
---|---|
None | End-user can add new tokens by selecting them from the drop-down only. |
Near | New tokens are added at the start of the editor. |
Far | New tokens are added at the end of the editor. |
#Remarks
If the NewTokenPosition property is set to null, new tokens are added at the start of the editor.
If the NewTokenPosition property is set to NewTokenPosition.None, adding new tokens is disabled.
See Also