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

TokenComboBoxStyleSettings.NewTokenText Property

Gets or sets a prompt text displayed within a token editor. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public string NewTokenText { get; set; }

Property Value

Type Description
String

A string value that is a prompt text.

See Also