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

In This Topic
    Mappings Property (C1CalendarStorage)
    In This Topic
    Use the Mappings property to bind the calendar object properties to the appropriate fields in the datasource specified by DataSourceID property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mappings As C1CalendarStorageMappings
    public C1CalendarStorageMappings Mappings {get;}
    See Also