Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridLineType - Xamarin.iOS 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.iOS.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 Description
    GridLineType

    Horizontal

    Exports only the horizontal grid line.

    Declaration
    public const GridLineType Horizontal
    Field Value
    Type Description
    GridLineType

    None

    Do not export the grid line.

    Declaration
    public const GridLineType None
    Field Value
    Type Description
    GridLineType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Exports only the vertical grid line.

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