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

In This Topic
    DataStorage Property
    In This Topic
    Gets a C1.C1Schedule.C1ScheduleStorage that stores a data that is represented by the control.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Data")>
    <C1DescriptionAttribute("C1Scheduler.DataStorage", "The C1ScheduleStorage object.")>
    Public ReadOnly Property DataStorage As C1ScheduleStorage
    [C1Category("Data")]
    [C1Description("C1Scheduler.DataStorage", "The C1ScheduleStorage object.")]
    public C1ScheduleStorage DataStorage {get;}
    See Also