Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotTableGridLine - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotTableGridLine

    Defines modes of GridLine, They are Both - Show both the vertical and horizontal line in the Grid. None - Hide both the vertical and horizontal line in the Grid. Horizontal - Shows the horizontal line only in the Grid. Vertical - Shows the vertical line only in the Grid. Default - Shows the grid lines based on the theme.

    Inheritance
    System.Object
    PivotTableGridLine
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotTableGridLine : Enum

    Fields

    Both

    Both - Show both the vertical and horizontal line in the Grid.

    Declaration
    public const PivotTableGridLine Both
    Field Value
    Type Description
    PivotTableGridLine

    Default

    Default - Shows the grid lines based on the theme.

    Declaration
    public const PivotTableGridLine Default
    Field Value
    Type Description
    PivotTableGridLine

    Horizontal

    Horizontal - Shows the horizontal line only in the Grid.

    Declaration
    public const PivotTableGridLine Horizontal
    Field Value
    Type Description
    PivotTableGridLine

    None

    None - Hide both the vertical and horizontal line in the Grid.

    Declaration
    public const PivotTableGridLine None
    Field Value
    Type Description
    PivotTableGridLine

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Vertical - Shows the vertical line only in the Grid.

    Declaration
    public const PivotTableGridLine Vertical
    Field Value
    Type Description
    PivotTableGridLine
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved