Class
MemberMapping

This class represents a mapping between a member of the item in the HeatMapDefinition's ItemsSource and the row, or column, of the RadHeatMap.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class MemberMapping : INotifyPropertyChanged

Inheritance: objectMemberMapping

Implements: INotifyPropertyChanged

Constructors

MemberMapping()

Initializes a new instance of the MemberMapping class.

Declaration

cs-api-definition
public MemberMapping()

MemberMapping(string, string)

Declaration

cs-api-definition
public MemberMapping(string header, string valueMember)

Parameters

header

string

valueMember

string

Properties

Colorizer

Gets or sets the colorizer. The colorizer is accountable for selecting a color for a cell, based on the cell's value.

Declaration

cs-api-definition
[Browsable(false)]
public virtual HeatMapColorizer Colorizer { get; set; }

Property Value

HeatMapColorizer

Header

Gets or sets the row-header (or column-header) text.

Declaration

cs-api-definition
public virtual string Header { get; set; }

Property Value

string

ValueMember

Gets or sets the name of the property of the underlying item, which determines the value of a cell in the grid.

Declaration

cs-api-definition
public virtual string ValueMember { get; set; }

Property Value

string

Methods

CreateDefaultColorizer()

Declaration

cs-api-definition
protected virtual HeatMapColorizer CreateDefaultColorizer()

Returns

HeatMapColorizer

RaisePropertyChanged(string)

Declaration

cs-api-definition
protected virtual void RaisePropertyChanged(string propertyName)

Parameters

propertyName

string

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged