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

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