Mapping
Class
Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class Mapping
Inheritance: objectMapping
The property of the Element that will be mapped to the data object.
C#
public RadProperty Property { get; }
Constructors
Initializes a new instance of the Mapping class.
C#
public Mapping(VisualElement element, RadProperty property, string propertyName)
The element that will visualize the property value.
propertyRadPropertyThe property of the Element that will be mapped to the data object.
propertyNamestringThe property name of the data object that will be mapped to the Property of the Element from the template.
Properties
The element that will visualize the property value.
C#
public VisualElement Element { get; }