GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CustomFieldGroup Class / CustomFieldGroup Constructor
the field's name.
if set to true [is ascending].

In This Topic
    CustomFieldGroup Constructor
    In This Topic
    Initializes a new instance of the CustomFieldGroup class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fieldName As String, _
       ByVal isAscending As Boolean _
    )
    public CustomFieldGroup( 
       string fieldName,
       bool isAscending
    )

    Parameters

    fieldName
    the field's name.
    isAscending
    if set to true [is ascending].
    See Also