NewTokenPosition Enum
Lists values that specify the placement of new tokens.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return NewTokenPosition values:
Remarks
The values listed by this enumeration are used to set the following property values.
- SearchTokenLookUpEditStyleSettings.NewTokenPosition
- TokenLookUpEditStyleSettings.NewTokenPosition
- TokenComboBoxStyleSettings.NewTokenPosition
See Also