Name of data field or property to be bound to this object.

Namespace:  C1.Web.UI.Controls.C1Schedule.C1WebDataStorage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute("")]
public string MappingName { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute("")> _
Public Property MappingName As String
	Get
	Set

See Also