Skip to main content

TextInputMaskSettings.UpdateEditor(Boolean, UpdateEditorSource) Method

In This Article

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