Skip to main content
All docs
V24.2

HeatmapSelectionController.SelectedCells Property

Namespace: DevExpress.Xpf.Charts.Heatmap

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ObservableCollection<HeatmapCell> SelectedCells { get; }

Property Value

Type
ObservableCollection<HeatmapCell>
See Also