ASP.NET Core 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
    'Usage
     
    
    Dim instance As PivotPanel
    Dim value As PivotEngine
     
    value = instance.Engine
    [Json(1)]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public PivotEngine Engine {get;}
    public read-only property Engine: PivotEngine; 
    JsonAttribute(1)
    JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)
    public function get Engine : PivotEngine
    [Json(1)]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public: __property PivotEngine* get_Engine();
    [Json(1)]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public:
    property PivotEngine^ Engine {
       PivotEngine^ get();
    }
    See Also