Skip to main content
All docs
V24.2

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

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