Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / DataStorage Property

In This Topic
    DataStorage Property (C1Scheduler)
    In This Topic
    Gets a C1.C1Schedule.C1ScheduleStorage that stores a data that is represented by the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataStorage As C1ScheduleStorage
    public C1ScheduleStorage DataStorage {get;}
    See Also