ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFlexPieTagHelper Class / TObject Property

In This Topic
    TObject Property (PivotFlexPieTagHelper)
    In This Topic
    Gets or sets the corresponding object.
    Syntax
    'Declaration
     
    Protected Overridable Property TObject As FlexPie(Of Object)
    protected virtual FlexPie<object> TObject {get; set;}
    See Also