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

In This Topic
    AutoSizeMode Property (PivotGrid)
    In This Topic
    Gets or 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