Skip to main content

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.v23.2.dll

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

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