GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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