FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPage Class / FlexPivotEngine Property

In This Topic
    FlexPivotEngine Property (FlexPivotPage)
    In This Topic
    Gets a reference to the C1.FlexPivot.C1FlexPivotEngine that performs the FlexPivot analysis for this FlexPivotPage.
    Syntax
    'Declaration
     
    Public ReadOnly Property FlexPivotEngine As C1FlexPivotEngine
    public C1FlexPivotEngine FlexPivotEngine {get;}
    See Also