Class CellGridOptions
Represents cell grid options
Inheritance
System.Object
    CellGridOptions
  Namespace: Com.Syncfusion.Calendar.Enums
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public sealed class CellGridOptions : Enum
  Fields
Both
Represents month view with both the lines
Declaration
public const CellGridOptions Both
  Field Value
| Type | 
|---|
| CellGridOptions | 
HorizontalLines
Represents month view with horizontal lines
Declaration
public const CellGridOptions HorizontalLines
  Field Value
| Type | 
|---|
| CellGridOptions | 
None
Represent month view with empty lines
Declaration
public const CellGridOptions None
  Field Value
| Type | 
|---|
| CellGridOptions | 
VerticalLines
Represents month view with vertical lines
Declaration
public const CellGridOptions VerticalLines
  Field Value
| Type | 
|---|
| CellGridOptions |