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 |