menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLineType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridLineType

    Defines constants which is used to specify type of grid line to be exported.

    Inheritance
    System.Object
    GridLineType
    Namespace: Syncfusion.SfDataGrid.Exporting
    Assembly: Syncfusion.SfGridConverter.Android.dll
    Syntax
    public sealed class GridLineType : Enum

    Fields

    Both

    Exports both the horizontal and vertical grid line.

    Declaration
    public const GridLineType Both
    Field Value
    Type
    GridLineType

    Horizontal

    Exports only the horizontal grid line.

    Declaration
    public const GridLineType Horizontal
    Field Value
    Type
    GridLineType

    None

    Do not export the grid line.

    Declaration
    public const GridLineType None
    Field Value
    Type
    GridLineType

    Vertical

    Exports only the vertical grid line.

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