Skip to main content

CustomDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed within the editor.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

#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