Caption Mapping.

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

Syntax

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

See Also