MaskOptions.GetUpdateSelectionOnMouseUp(DependencyObject) Method
In This Article
Gets the value of the MaskOptions.UpdateSelectionOnMouseUp attached property for the specified DependencyObject object.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static bool GetUpdateSelectionOnMouseUp(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Mask |
#Returns
Type | Description |
---|---|
Boolean | The value of the Mask |
See Also