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

    Returns the text string a user attempts to add to this editor. If a user tries to erase text, this property returns String.Empty.

    Namespace: DevExpress.Data.Mask

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string InsertedText { get; }

    Property Value

    Type Description
    String

    The text string a user attempts to add to this editor.

    Remarks

    In addition to the InsertedText property, you can use the CurrentEditText (which returns the current editor value) and ResultEditText (which returns the final editor text if user edits are accepted) properties to identify whether a user attempts to add new or erase existing characters.

    See Also