A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public ReadOnly Property IsTokenMode As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the editor is in token mode; otherwise, false. |
See Also
Feedback