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

    Declaration

    public string CurrentEditText { get; }

    Property Value

    Type Description
    String

    The current editor text.

    See Also