GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ColumnCollection Class / Search Method / Search(TaskProperty) Method

In This Topic
    Search(TaskProperty) Method
    In This Topic
    Searches for a TaskPropertyColumn with the specified value of TaskPropertyColumn.Property.
    Syntax
    'Declaration
     
    Public Overloads Function Search( _
       ByVal property As TaskProperty _
    ) As TaskPropertyColumn
    public TaskPropertyColumn Search( 
       TaskProperty property
    )

    Parameters

    property
    See Also