Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

HeatmapControl.HighlightMode Property

Specifies how the Heatmap Control highlight cells when a user hovers over a cell with the mouse cursor.

Namespace: DevExpress.Xpf.Charts.Heatmap

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public HeatmapHighlightMode HighlightMode { get; set; }

#Property Value

Type Description
HeatmapHighlightMode

The highlight mode.

Available values:

Name Description Image
None

No cells are highlighted when a user hovers over a cell.

Highlight mode - None

Cell

The cell that a user hovers over with the mouse cursor is highlighted only.

Highlight mode - Cell

Row

The row that contains the cell that a user hovers over with the mouse cursor is highlighted.

Highlight mode - Row

Column

The column that contains the cell that a user hovers over with the mouse cursor is highlighted.

Highlight mode - Column

RowAndColumn

The column and row that contain the cell that a user hovers over with the mouse cursor are highlighted.

Highlight mode - Column and Row

#Remarks

Set the HighlightMode property to any value (except None) to enable highlighting.

See Also