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

In This Topic
    PropertyStorage Property (C1GanttViewStorage)
    In This Topic
    Gets the PropertyStorage object.
    Syntax
    'Declaration
     
    Public ReadOnly Property PropertyStorage As PropertyStorage(Of IKeyName)
    public PropertyStorage<IKeyName> PropertyStorage {get;}
    See Also