Skip to main content

CustomDisplayTextEventArgs.DisplayText Property

Gets or sets the text displayed within the editor.

Namespace: DevExpress.Xpf.Editors

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

#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