Back to Devexpress

NewTokenPosition Enum

wpf-devexpress-dot-xpf-dot-editors-f7303ed8.md

latest2.2 KB
Original Source

NewTokenPosition Enum

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

Declaration

csharp
public enum NewTokenPosition
vb
Public Enum NewTokenPosition

Members

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.

|

The following properties accept/return NewTokenPosition values:

Remarks

The values listed by this enumeration are used to set the following property values.

See Also

DevExpress.Xpf.Editors Namespace