ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / AutoRowHeights Property

In This Topic
    AutoRowHeights Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoRowHeights. Sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.
    Syntax
    'Declaration
     
    Public Overridable Property AutoRowHeights As Boolean
    public virtual bool AutoRowHeights {get; set;}
    See Also