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

    To define grid lines in Gantt.

    Inheritance
    System.Object
    GridLine
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class GridLine : Enum

    Fields

    Both

    Define both horizontal and vertical lines

    Declaration
    public const GridLine Both
    Field Value
    Type
    GridLine

    Horizontal

    Define horizontal lines

    Declaration
    public const GridLine Horizontal
    Field Value
    Type
    GridLine

    None

    Define no lines

    Declaration
    public const GridLine None
    Field Value
    Type
    GridLine

    Vertical

    Define vertical lines

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