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

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