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

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