Skip to main content
All docs
V21.2
  • TextInputMaskSettings.UpdateEditor(Boolean, UpdateEditorSource) Method

    Namespace: DevExpress.UI.Xaml.Editors

    Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public void UpdateEditor(
        bool updateEditValue,
        UpdateEditorSource updateSource
    )

    Parameters

    Name Type
    updateEditValue Boolean
    updateSource UpdateEditorSource
    See Also