ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(1)>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
    Public ReadOnly Property Engine As PivotEngine
    [Json(1)]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public PivotEngine Engine {get;}
    See Also