Skip to main content
All docs
V25.1
  • CustomTextMaskInputArgs.ResultEditText Property

    Returns the final editor text if user edits are accepted. The current editor text (before a user edit) is stored in the CurrentEditText property.

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string ResultEditText { get; }

    Property Value

    Type Description
    String

    The final editor text that includes current user edits.

    See Also