Skip to main content
All docs
V25.1
  • MaskOptions.SetUpdateSelectionOnMouseUp(DependencyObject, Boolean) Method

    Sets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetUpdateSelectionOnMouseUp(
        DependencyObject d,
        bool value
    )

    Parameters

    Name Type Description
    d DependencyObject

    The element to which the attached property is written.

    value Boolean

    The MaskOptions.UpdateSelectionOnMouseUp property value.

    See Also