menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLayout - API Reference

    Show / Hide Table of Contents

    Class GridLayout

    Specifies the layout for the Pivot control.

    Inheritance
    System.Object
    GridLayout
    Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class GridLayout : Enum

    Fields

    ExcelLikeLayout

    Grid Layout will be like excel.

    Declaration
    public const GridLayout ExcelLikeLayout
    Field Value
    Type Description
    GridLayout

    Normal

    Sub-totals will be shown after the details.

    Declaration
    public const GridLayout Normal
    Field Value
    Type Description
    GridLayout

    TopSummary

    Sub-totals will be shown before the details.

    Declaration
    public const GridLayout TopSummary
    Field Value
    Type Description
    GridLayout

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved