Class GridLayout
Specifies the layout for the Pivot control.
Inheritance
System.Object
GridLayout
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
public sealed class GridLayout : Enum
Fields
ExcelLikeLayout
Grid Layout will be like excel.
Declaration
public const GridLayout ExcelLikeLayout
Field Value
Type |
---|
GridLayout |
Normal
Sub-totals will be shown after the details.
Declaration
public const GridLayout Normal
Field Value
Type |
---|
GridLayout |
TopSummary
Sub-totals will be shown before the details.
Declaration
public const GridLayout TopSummary
Field Value
Type |
---|
GridLayout |