Enum GridLine
Defines modes of GridLine, They are Both - Displays both the horizontal and vertical grid lines. None - No grid lines are displayed. Horizontal - Displays the horizontal grid lines only. Vertical - Displays the vertical grid lines only. Default - Displays grid lines based on the theme.
Namespace: Syncfusion.EJ2.Grids
Assembly: Syncfusion.EJ2.dll
Syntax
public enum GridLine
Fields
Name | Description |
---|---|
Both | |
Default | |
Horizontal | |
None | |
Vertical |