Class PositionToGridRowConverter
A class that is used to convert a HeatMapColumnLabelsPanelPosition to a Grid.Row index.
Inheritance
System.Object
PositionToGridRowConverter
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PositionToGridRowConverter : Object, IValueConverter
Constructors
PositionToGridRowConverter()
Declaration
public PositionToGridRowConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a HeatMapColumnLabelsPanelPosition to an integer index.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
2 if the value is |
ConvertBack(Object, Type, Object, CultureInfo)
Not implemented.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.Object
value
|
System.Type
targetType
|
System.Object
parameter
|
System.Globalization.CultureInfo
culture
|
Returns
System.Object
|