Lists values that specify the placement of new tokens.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v18.2.dll

Public Members
Show: Inherited
|
Name |
Description |
|
Far
|
New tokens are added at the end of the editor.

|
|
Near
|
New tokens are added at the start of the editor.

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

|
Top

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

See Also