Back to Devexpress

CustomMaskEventArgs.ResultEditText Property

wpf-devexpress-dot-xpf-dot-editors-dot-custommaskeventargs-431e0fd3.md

latest1.3 KB
Original Source

CustomMaskEventArgs.ResultEditText Property

Gets text displayed in the editor after a user performs an action.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string ResultEditText { get; }
vb
Public ReadOnly Property ResultEditText As String

Property Value

TypeDescription
String

Text displayed in the editor after a user performs an action.

|

See Also

CurrentEditText

InsertedText

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace