Back to Devexpress

ElementSelectionMode Enum

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-61e92344.md

latest1.5 KB
Original Source

ElementSelectionMode Enum

Lists heatmap selection modes.

Namespace : DevExpress.Xpf.Charts.Heatmap

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ElementSelectionMode
vb
Public Enum ElementSelectionMode

Members

NameDescriptionImage
None

A user cannot select heatmap cells.

| | | Single |

A user can select a single heatmap cell.

|

| | Multiple |

A user can select multiple heatmap cells.

|

| | Extended |

A user can select a single heatmap cell. A user can hold down the Ctrl key to select multiple cells.

|

|

The following properties accept/return ElementSelectionMode values:

See Also

DevExpress.Xpf.Charts.Heatmap Namespace