ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / FieldStyles Property

In This Topic
    FieldStyles Property (Task)
    In This Topic
    Gets the collection of field styles for the given task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property FieldStyles As FieldStyleCollection
    public override FieldStyleCollection FieldStyles {get;}
    See Also