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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
String | The current editor text. |
See Also