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 |
---|
PivotTableGridLine |
Default
Default - Shows the grid lines based on the theme.
Declaration
public const PivotTableGridLine Default
Field Value
Type |
---|
PivotTableGridLine |
Horizontal
Horizontal - Shows the horizontal line only in the Grid.
Declaration
public const PivotTableGridLine Horizontal
Field Value
Type |
---|
PivotTableGridLine |
None
None - Hide both the vertical and horizontal line in the Grid.
Declaration
public const PivotTableGridLine None
Field Value
Type |
---|
PivotTableGridLine |
Vertical
Vertical - Shows the vertical line only in the Grid.
Declaration
public const PivotTableGridLine Vertical
Field Value
Type |
---|
PivotTableGridLine |