TokenEditorBehavior.TokenEditor Property
Gets the token editor associated with the behavior.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Xpf.Editors.Internal.TokenEditor | A token editor associated with the behavior. |
Remarks
Use the TokenEditor property to obtain a token editor associated with the current TokenEditorBehavior object.
See Also