menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLine - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved