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

In This Topic
    AutoSizeMode Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoSizeMode. Sets which cells should be taken into account when auto-sizing a row or column.
    Syntax
    'Declaration
     
    Public Overridable Property AutoSizeMode As AutoSizeMode
    public virtual AutoSizeMode AutoSizeMode {get; set;}
    See Also