Id Mapping.

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

Syntax

C#
[C1CategoryAttribute("Mappings")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[BrowsableAttribute(true)]
[BindableAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public WebMappingInfo IdMapping { get; }
Visual Basic
<C1CategoryAttribute("Mappings")> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
<BrowsableAttribute(True)> _
<BindableAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public ReadOnly Property IdMapping As WebMappingInfo
	Get

See Also