FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldList Class / FindCore Method

In This Topic
    FindCore Method (PivotFieldList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function FindCore( _
       ByVal prop As PropertyDescriptor, _
       ByVal key As Object _
    ) As Integer
    protected virtual int FindCore( 
       PropertyDescriptor prop,
       object key
    )

    Parameters

    prop
    key
    See Also