Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string CurrentEditText { get; }

    Property Value

    Type Description
    String

    The current editor text.

    See Also