alexa

    Show / Hide Table of Contents

    Class GridLayout

    Specifies the layout options for displaying the pivot table in either a compact or tabular format. The available options are: Compact: Displays the pivot table in a compact format, merging row headers into a single column. Tabular: Displays the pivot table in a traditional format with separate columns for row headers, creating a more detailed table format.

    Inheritance
    System.Object
    GridLayout
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class GridLayout : Enum

    Fields

    Compact

    Declaration
    public const GridLayout Compact
    Field Value
    Type
    GridLayout

    Tabular

    Declaration
    public const GridLayout Tabular
    Field Value
    Type
    GridLayout
    Back to top Generated by DocFX