ClassMapping
Class
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
The element that will visualize the property value.
property
The property of the Element that will be mapped to the data object.
propertyName
The property name of the data object that will be mapped to the Property of the Element from the template.