Back to Devexpress

TokenLookUpEditStyleSettings.NewTokenPosition Property

wpf-devexpress-dot-xpf-dot-grid-dot-lookup-dot-tokenlookupeditstylesettings-7fc459e3.md

latest2.0 KB
Original Source

TokenLookUpEditStyleSettings.NewTokenPosition Property

Specifies the placement of new tokens. This is a dependency property.

Namespace : DevExpress.Xpf.Grid.LookUp

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public NewTokenPosition? NewTokenPosition { get; set; }
vb
Public Property NewTokenPosition As NewTokenPosition?

Property Value

TypeDescription
Nullable<NewTokenPosition>

A NewTokenPosition enumeration value.

|

Available values:

NameDescription
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

TokenLookUpEditStyleSettings Class

TokenLookUpEditStyleSettings Members

DevExpress.Xpf.Grid.LookUp Namespace