| DefaultSize |
Gets the default size of the RadHeatMap when a new instance is initialized. |
| Definition |
Gets or sets the heat map definition. The definition is responsible for managing the data and displaying the data in rows and columns. |
| RowHeadersPosition |
Gets or sets the position of the row headers. |
| ColumnHeadersPosition |
Gets or sets the position of the column headers. |
| AllowSelection |
Gets or sets a value indicating whether the selection is enabled. |
| AllowHotTracking |
Gets or sets a value indicating whether the hot tracking behavior is enabled. |
| SelectedCellIndex |
Gets or sets the selected cell index. |
| SelectedDataItem |
Gets the selected data item based on the selected cell index. |
| HeaderCellFont |
The font used for header cells. |
| DescriptionContent |
Gets or sets the content of the description cell located in the corner between row and column header cells. Note that the description is not shown if row or column headers are hidden. |
| ColumnHeaderHeight |
Gets or sets the height of column headers. |
| RowHeaderWidth |
Gets or sets the width of row headers. |
| HeaderCellBackColor |
Gets or sets the header cell background color. |
| HeaderCellForeColor |
Gets or sets the header cell foreground color. |
| HeaderCellHoverBackColor |
Gets or sets the header cell mouse over background color. |
| HeaderCellHoverForeColor |
Gets or sets the header cell mouse over foreground color. |
| HeaderCellBorderColor |
Gets or sets the header border color. |
| HeaderCellBorderWidth |
Gets or sets the header border width. |
| HoveredCellBorderColor |
Gets or sets the hovered cell border color. |
| HoveredCellBorderWidth |
Gets or sets the hovered cell border width. |
| SelectedCellBorderColor |
Gets or sets the selected cell border color. |
| SelectedCellBorderWidth |
Gets or sets the border width of selected cell. |
| WrapCellText |
Gets or sets a value indicating whether to wrap the text of the cells. |
| WrapHeaderCellText |
Gets or sets a value indicating whether to wrap the text of row and column header cells. |
| CellTextAlignment |
Gets or sets the text alignment of the cells. |
| HeaderCellTextAlignment |
Gets or sets the text alignment in the header cells. |
| Title |
Gets or sets the heat map title. |
| ToolTipDisplayMode |
Gets or sets a value indicating how to display tool tips. |
| ToolTip |
Gets or sets the tool tip. It is displayed when the RadHeatMapElement.ToolTipDisplayMode is ToolTipDisplayMode.ToolTip. |
| ScreenTipElement |
Gets or sets the screen tip element. It is displayed when the RadHeatMapElement.ToolTipDisplayMode is ToolTipDisplayMode.ScreenTip. |
| DisplayCellText |
Gets or sets a value indicating whether to paint the cell values. |
| EmptyCellText |
Gets or sets the text and tool tip text shown in empty cells(with no data or null values). |
| CellTextFormat |
Gets or sets the cell text format string. |
| ColumnHeaderTextFormat |
Gets or sets the column header cell text format string. |
| RowHeaderTextFormat |
Gets or sets the row header cell text format string. |