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

In This Topic
    TObject Property (BollingerBandsTagHelper)
    In This Topic
    Overrides to redefine getter and setter.
    Syntax
    'Declaration
     
    Protected Overridable Property TObject As BollingerBands(Of Object)
    protected virtual BollingerBands<object> TObject {get; set;}
    See Also