ComponentOne GanttView for WinForms
BarStyleCollection Class
Members 

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : BarStyleCollection Class
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

Reference

BarStyleCollection Members
C1.Win.C1GanttView Namespace