Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public string CurrentEditText { get; }

Property Value

Type Description
String

The current editor text.

See Also