CustomDisplayTextEventArgs.DisplayText Property
Gets or sets the text displayed within the editor.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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