Class GridLine
Defines modes of GridLine, They are.
- BothDisplays both the horizontal and vertical grid lines.
- NoneNo grid lines are displayed.
- HorizontalDisplays the horizontal grid lines only.
- VerticalDisplays grid lines based on the theme.
Inheritance
System.Object
GridLine
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class GridLine : Enum
Fields
Both
Displays both the horizontal and vertical grid lines.
Declaration
public const GridLine Both
Field Value
Type |
---|
GridLine |
Default
Displays grid lines based on the theme.
Declaration
public const GridLine Default
Field Value
Type |
---|
GridLine |
Horizontal
Displays the horizontal grid lines only.
Declaration
public const GridLine Horizontal
Field Value
Type |
---|
GridLine |
None
No grid lines are displayed.
Declaration
public const GridLine None
Field Value
Type |
---|
GridLine |
Vertical
Displays the vertical grid lines only
Declaration
public const GridLine Vertical
Field Value
Type |
---|
GridLine |