Back to Devexpress

CustomMaskEventArgs.CurrentEditText Property

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

latest1.4 KB
Original Source

CustomMaskEventArgs.CurrentEditText Property

Gets text displayed in the editor before 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 CurrentEditText { get; }
vb
Public ReadOnly Property CurrentEditText As String

Property Value

TypeDescription
String

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

|

See Also

InsertedText

ResultEditText

CustomMaskEventArgs Class

CustomMaskEventArgs Members

DevExpress.Xpf.Editors Namespace