GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / FieldStyle Class / FieldStyle Constructor / FieldStyle Constructor(StyleField,String)
The StyleField value.
The custom field name.

In This Topic
    FieldStyle Constructor(StyleField,String)
    In This Topic
    Initialize a new instance of FieldStyle class with given StyleField and custom field name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal field As StyleField, _
       ByVal fieldName As String _
    )
    public FieldStyle( 
       StyleField field,
       string fieldName
    )

    Parameters

    field
    The StyleField value.
    fieldName
    The custom field name.
    See Also