Class CellBorderStyle
Describes the constants based on which the border lines are drawn for SfDataGrid.
Inheritance
System.Object
CellBorderStyle
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public sealed class CellBorderStyle : Enum
Fields
Both
Specifies that both vertical and horizontal borders are visible.
Declaration
public const CellBorderStyle Both
Field Value
Type |
---|
CellBorderStyle |
Horizontal
Specifies that only horizontal borders are visible
Declaration
public const CellBorderStyle Horizontal
Field Value
Type |
---|
CellBorderStyle |
None
Specifies that no borders are visible.
Declaration
public const CellBorderStyle None
Field Value
Type |
---|
CellBorderStyle |
Vertical
Specifies that only vertical borders are visible.
Declaration
public const CellBorderStyle Vertical
Field Value
Type |
---|
CellBorderStyle |