GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / UsingResourceFilter Class / UsingResourceFilter Constructor / UsingResourceFilter Constructor(C1GanttView,Resource)
The C1.WPF.GanttView.C1GanttView object.
The Resource object.

In This Topic
    UsingResourceFilter Constructor(C1GanttView,Resource)
    In This Topic
    Initializes the new UsingResourceFilter object with specific resource.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ganttView As C1GanttView, _
       ByVal resource As Resource _
    )
    public UsingResourceFilter( 
       C1GanttView ganttView,
       Resource resource
    )

    Parameters

    ganttView
    The C1.WPF.GanttView.C1GanttView object.
    resource
    The Resource object.
    See Also