Back to Devexpress

CompatibilitySettings.MaskUpdateSelectionOnMouseUp Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-e711cbf6.md

latest2.0 KB
Original Source

CompatibilitySettings.MaskUpdateSelectionOnMouseUp Property

Gets or sets whether editors should automatically update their selection to highlight a selected mask part that a user can edit.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool MaskUpdateSelectionOnMouseUp { get; set; }
vb
Public Shared Property MaskUpdateSelectionOnMouseUp As Boolean

Property Value

TypeDescription
Boolean

true , to update editor selection to highlight a selected mask part that a user can edit; otherwise, false.

|

Remarks

Refer to the following breaking change ticket for more information on the MaskUpdateSelectionOnMouseUp compatibility property: T838220.

Refer to the following property description for more information on the MaskOptions.UpdateSelectionOnMouseUp attached property: UpdateSelectionOnMouseUp.

See Also

UpdateSelectionOnMouseUp

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace