Back to Devexpress

HeatmapControl.SelectedItem Property

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-5e10d231.md

latest1.6 KB
Original Source

HeatmapControl.SelectedItem Property

Gets or sets a heatmap cell or a source object that is used to create the selected cell.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public object SelectedItem { get; set; }
vb
<NonCategorized>
Public Property SelectedItem As Object

Property Value

TypeDescription
Object

An object that stores cell data.

|

Remarks

If the heatmap is bound to a data source, the SelectedItem property returns the data object assigned to the selected cell. Otherwise, the selected cell itself is returned.

The SelectedItem property returns the last selected cell if multiple cells are selected. To obtain all selected cells, use the HeatmapControl.SelectedItems property.

See Also

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace