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

TokenTextChangingEventArgs.Text Property

Gets or sets a string that will replace the current token text.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String value that will replace the current token text.

Remarks

Use the Text property to specify custom token text when handling the TokenEditorBehavior.TokenTextChanging event.

See Also