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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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