wpf-devexpress-dot-xpf-dot-editors-f7303ed8.md
Lists values that specify the placement of new tokens.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum NewTokenPosition
Public Enum NewTokenPosition
| 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.
|
The following properties accept/return NewTokenPosition values:
The values listed by this enumeration are used to set the following property values.
See Also