Skip to main content

SearchTokenLookUpEditStyleSettings.NewTokenText Property

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

Namespace: DevExpress.Xpf.Grid.LookUp

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public string NewTokenText { get; set; }

Property Value

Type Description
String

A string value that is a prompt text.

See Also