ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotPanel Class / Engine Property

In This Topic
    Engine Property
    In This Topic
    Gets the PivotEngine being controlled by this PivotPanel.
    Syntax
    'Declaration
     
    Public ReadOnly Property Engine As PivotEngine
    public PivotEngine Engine {get;}
    See Also