Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / EditCollectionControl Class / SourceCollection Property

In This Topic
    SourceCollection Property (EditCollectionControl)
    In This Topic
    Gets or sets an System.Collections.IList list, containing all available items.
    Syntax
    'Declaration
     
    
    Public Property SourceCollection As IList
    public IList SourceCollection {get; set;}
    See Also