TokenLookUpEditStyleSettings.NewTokenPosition Property
Specifies the placement of new 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<NewTokenPosition> | A NewTokenPosition enumeration value. |
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