Skip to main content

CustomDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed within the editor.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public string DisplayText { get; set; }

Property Value

Type Description
String

A string value that specifies the editor’s display text.

Remarks

Use the DisplayText property to specify custom display text for the editor. The editor’s current value is specified by the CustomDisplayTextEventArgs.EditValue property. You can format the value in a specific manner, and then assign the resulting string to the DisplayText property.

See Also