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

LookUpEditBase.IsTokenMode Property

Gets whether the editor is in token mode. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

Declaration

[Browsable(false)]
public bool IsTokenMode { get; }

Property Value

Type Description
Boolean

true if the editor is in token mode; otherwise, false.

See Also