Class CellGridOptions
Creates a list for the mode of CellGridOptions
Inheritance
System.Object
    CellGridOptions
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class CellGridOptions : Enum
  Fields
Both
Visible both vertical and horizontal lines in view.
Declaration
public const CellGridOptions Both
  Field Value
| Type | 
|---|
| CellGridOptions | 
HorizontalLines
Visible only horizontal lines in view.
Declaration
public const CellGridOptions HorizontalLines
  Field Value
| Type | 
|---|
| CellGridOptions | 
None
No lines will be visible in view.
Declaration
public const CellGridOptions None
  Field Value
| Type | 
|---|
| CellGridOptions | 
VerticalLines
Visible only vertical lines in view.
Declaration
public const CellGridOptions VerticalLines
  Field Value
| Type | 
|---|
| CellGridOptions |