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.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.SlideView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class Mapping
Constructors
Mapping(VisualElement, RadProperty, String)
Initializes a new instance of the Mapping class.
Declaration
public Mapping(VisualElement element, RadProperty property, string propertyName)
Parameters
VisualElement
element
The element that will visualize the property value. |
RadProperty
property
The property of the Element that will be mapped to the data object. |
System.String
propertyName
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
public VisualElement Element { get; }
Property Value
VisualElement
|
Property
The property of the Element that will be mapped to the data object.
Declaration
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
public string PropertyName { get; }
Property Value
System.String
|