Skip to main content
A newer version of this page is available. .

NewTokenPosition Enum

Lists values that specify the placement of new tokens.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum NewTokenPosition

Members

Name Description
None

End-user can add new tokens by selecting them from the drop-down only.

NewTokenPosition - None

Near

New tokens are added at the start of the editor.

NewTokenPosition - Near

Far

New tokens are added at the end of the editor.

NewTokenPosition - Far

Remarks

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

See Also