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

In This Topic
    Bundles Property (GridExtensionScriptsTagHelper)
    In This Topic
    Gets or sets the string which contains bundle names.
    Syntax
    'Declaration
     
    Public Overrides Property Bundles As String
    public override string Bundles {get; set;}
    Remarks
    Please use comma to separate the names. The names can be following values or the combination of them: Detail, GroupPanel and Filter. If this property is empty or not set, it will add default grid script bundle. The default grid bundle only contains the scripts of FlexGrid control.
    See Also