Skip to main content

ProcessNewValueEventArgs.DisplayText Property

Gets the text entered by an end-user within the editor's edit box.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public string DisplayText { get; }

#Property Value

Type Description
String

A String value that specifies the text entered by an end-user within the editor's edit box.

See Also