Class Mapping
Defines a mapping class that is used from the Rad
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
Visual The element that will visualize the property value. |
Rad The property of the Element that will be mapped to the data object. |
System. 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
Property
The property of the Element that will be mapped to the data object.
Declaration
public RadProperty Property { get; }
Property Value
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.
|