Skip to main content
All docs
V24.1

RepositoryItemPopupBaseAutoSearchEdit.EnableCustomMaskTextInput(Action<CustomTextMaskInputArgs>, Object) Method

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.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