FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotField Class / C1FlexPivotField Constructor / C1FlexPivotField Constructor(C1FlexPivotEngine,PropertyDescriptor)

In This Topic
    C1FlexPivotField Constructor(C1FlexPivotEngine,PropertyDescriptor)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fp As C1FlexPivotEngine, _
       ByVal pd As PropertyDescriptor _
    )
    public C1FlexPivotField( 
       C1FlexPivotEngine fp,
       PropertyDescriptor pd
    )

    Parameters

    fp
    pd
    See Also