ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoGridLayoutTagHelper Class / IsTemplate Property

In This Topic
    IsTemplate Property (AutoGridLayoutTagHelper)
    In This Topic
    Configurates CollectionViewService<T>.IsTemplate. Sets a boolean value which indicates whether transfer this C1.Web.Mvc.CollectionViewService<T> to template mode.
    Syntax
    'Declaration
     
    Public Property IsTemplate As Boolean
    public bool IsTemplate {get; set;}
    See Also