Class CellGridOptions
Cell grid options to draw borders for month cell.
Inheritance
System.Object
CellGridOptions
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class CellGridOptions : Enum
Fields
Both
Both vertical and Horizontal Lines
Declaration
public const CellGridOptions Both
Field Value
Type |
---|
CellGridOptions |
HorizontalLines
Horizontal Lines
Declaration
public const CellGridOptions HorizontalLines
Field Value
Type |
---|
CellGridOptions |
None
No lines
Declaration
public const CellGridOptions None
Field Value
Type |
---|
CellGridOptions |
VerticalLines
Vertical lines
Declaration
public const CellGridOptions VerticalLines
Field Value
Type |
---|
CellGridOptions |