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

In This Topic
    OutlineMode Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.OutlineMode. Sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays.
    Syntax
    'Declaration
     
    Public Property OutlineMode As Boolean
    public bool OutlineMode {get; set;}
    See Also