Skip to main content
A newer version of this page is available. .

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.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool MaskUpdateSelectionOnMouseUp { get; set; }

Property Value

Type Description
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