Class CellGridOptions
Enum that represents cell grid options
Inheritance
System.Object
CellGridOptions
Namespace: Syncfusion.SfCalendar.iOS
Assembly: Syncfusion.SfCalendar.iOS.dll
Syntax
public sealed class CellGridOptions : Enum
Fields
Both
Represents month view with both lines
Declaration
public const CellGridOptions Both
Field Value
Type |
---|
CellGridOptions |
HorizontalLines
Represents month view with only horizontal lines
Declaration
public const CellGridOptions HorizontalLines
Field Value
Type |
---|
CellGridOptions |
None
Represents month view without any lines
Declaration
public const CellGridOptions None
Field Value
Type |
---|
CellGridOptions |
VerticalLines
Represents month view with only vertical lines
Declaration
public const CellGridOptions VerticalLines
Field Value
Type |
---|
CellGridOptions |