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

In This Topic
    AutoGenerateColumns Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoGenerateColumns. Sets whether the grid should generate columns automatically based on the itemsSource.
    Syntax
    'Declaration
     
    Public Overridable Property AutoGenerateColumns As Boolean
    public virtual bool AutoGenerateColumns {get; set;}
    See Also