Skip to main content
A newer version of this page is available. .
All docs
V22.1

CustomTextMaskInputArgs.CurrentEditText Property

Returns the current editor text. This property is different from ResultEditText, which returns the editor text if user edits are accepted.

Namespace: DevExpress.Data.Mask

Assembly: DevExpress.Data.v22.1.dll

NuGet Package: DevExpress.Data

Declaration

public string CurrentEditText { get; }

Property Value

Type Description
String

The current editor text.

See Also