ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarStorage Class / Find Method / Find(PropertyDescriptor,Object) Method

In This Topic
    Find(PropertyDescriptor,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function Find( _
       ByVal prop As System.ComponentModel.PropertyDescriptor, _
       ByVal key As System.Object _
    ) As System.Integer
    public virtual System.int Find( 
       System.ComponentModel.PropertyDescriptor prop,
       System.object key
    )

    Parameters

    prop
    key
    See Also