Skip to main content
All docs
V25.1
  • RepositoryItemPopupBaseAutoSearchEdit.EnableCustomMaskTextInput(Action<CustomTextMaskInputArgs>, Object) Method

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    public override void EnableCustomMaskTextInput(
        Action<CustomTextMaskInputArgs> onTextInput,
        object tag = null
    )

    Parameters

    Name Type
    onTextInput Action<CustomTextMaskInputArgs>

    Optional Parameters

    Name Type Default
    tag Object null
    See Also