ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BarStyleCollection Class
Members

In This Topic
    BarStyleCollection Class
    In This Topic
    Represents a collection of bar styles.
    Object Model
    BarStyleCollection Class
    Syntax
    'Declaration
     
    Public Class BarStyleCollection 
       Inherits System.ComponentModel.BindingList(Of BarStyle)
    public class BarStyleCollection : System.ComponentModel.BindingList<BarStyle> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             C1.Win.C1GanttView.BarStyleCollection

    See Also