Skip to main content

TokenTextChangingEventArgs.Text Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

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