New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:elementVisualElement

The element that will visualize the property value.

propertyRadProperty

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

propertyNamestring

The 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; }

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

C#
public string PropertyName { get; }