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

In This Topic
    Mappings Property (CategoryStorage)
    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 BaseObjectMappingCollection(Of Category)
    public BaseObjectMappingCollection<Category> Mappings {get; set;}
    See Also