ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventStorageMappings Class / TagMapping Property

In This Topic
    TagMapping Property (C1EventStorageMappings)
    In This Topic
    Allows the tag property to be bound to appropriate field in the data source (the tag property can be used to store any user-defined information).
    Syntax
    'Declaration
     
    Public ReadOnly Property TagMapping As MappingInfo
    public MappingInfo TagMapping {get;}
    See Also