Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / AppointmentStorage Class / Mappings Property

In This Topic
    Mappings Property (AppointmentStorage)
    In This Topic
    Gets or sets the MappingCollectionBase<T> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source.
    Syntax
    'Declaration
     
    
    Public Property Mappings As AppointmentMappingCollection
    public AppointmentMappingCollection Mappings {get; set;}
    See Also