ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridScriptsTagHelper Class / InitOwnerTypes Property

In This Topic
    InitOwnerTypes Property (TransposedGridScriptsTagHelper)
    In This Topic
    Gets the initial script owner types.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property InitOwnerTypes As IEnumerable(Of Type)
    protected override IEnumerable<Type> InitOwnerTypes {get;}
    See Also