ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / FieldStyleCollection Class / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property Item( _
       ByVal index As System.Integer _
    ) As FieldStyle
    public FieldStyle Item( 
       System.int index
    ) {get; set;}

    Parameters

    index
    See Also