ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / DataStorage Property

In This Topic
    DataStorage Property (C1GanttView)
    In This Topic
    returns the C1.GanttView.C1GanttViewStorage component.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataStorage As C1GanttViewStorage
    public C1GanttViewStorage DataStorage {get;}
    See Also