GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TasksMappingCollection Class / GetKeyForItem Method

In This Topic
    GetKeyForItem Method (TasksMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetKeyForItem( _
       ByVal item As C1.C1Schedule.MappingInfo _
    ) As String
    protected virtual string GetKeyForItem( 
       C1.C1Schedule.MappingInfo item
    )

    Parameters

    item
    See Also