ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLine - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridLine

    Defines modes of GridLine, They are Both - Displays both the horizontal and vertical grid lines. None - No grid lines are displayed. Horizontal - Displays the horizontal grid lines only. Vertical - Displays the vertical grid lines only. Default - Displays grid lines based on the theme.

    Inheritance
    System.Object
    GridLine
    Namespace: Syncfusion.EJ2.Grids
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class GridLine : Enum

    Fields

    Both

    Declaration
    public const GridLine Both
    Field Value
    Type Description
    GridLine

    Default

    Declaration
    public const GridLine Default
    Field Value
    Type Description
    GridLine

    Horizontal

    Declaration
    public const GridLine Horizontal
    Field Value
    Type Description
    GridLine

    None

    Declaration
    public const GridLine None
    Field Value
    Type Description
    GridLine

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

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