Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    [NonCategorized]
    public object SelectedItem { get; set; }

    Property Value

    Type Description
    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