alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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.
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum GridLine

    Fields

    Name Description
    Both

    Displays both the horizontal and vertical grid lines.

    Default

    Displays grid lines based on the theme.

    Horizontal

    Displays the horizontal grid lines only.

    None

    No grid lines are displayed.

    Vertical

    Displays the vertical grid lines only

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved