Class
Mapping

Defines a mapping class that is used from the RadSlideViewElement to extract a property value from the data bound object and set it to the visual element.

Definition

Namespace:Telerik.WinControls.UI.SlideView

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class Mapping

Inheritance: objectMapping

Constructors

Mapping(VisualElement, RadProperty, string)

Initializes a new instance of the Mapping class.

Declaration

cs-api-definition
public Mapping(VisualElement element, RadProperty property, string propertyName)

Parameters

element

VisualElement

The element that will visualize the property value.

property

RadProperty

The property of the Element that will be mapped to the data object.

propertyName

string

The property name of the data object that will be mapped to the Property of the Element from the template.

Properties

Element

The element that will visualize the property value.

Declaration

cs-api-definition
public VisualElement Element { get; }

Property Value

VisualElement

Property

The property of the Element that will be mapped to the data object.

Declaration

cs-api-definition
public RadProperty Property { get; }

Property Value

RadProperty

PropertyName

The property name of the data object that will be mapped to the Property of the Element from the template.

Declaration

cs-api-definition
public string PropertyName { get; }

Property Value

string