GridLines Property (Grid)
Defines the mode of grid lines. The available modes are,
`Both`: Displays both 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.
Syntax
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [HtmlAttributeName("gridLines")] [Newtonsoft.Json.JsonProperty("gridLines")] [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)] public GridLine GridLines {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] [HtmlAttributeName("gridLines")] [Newtonsoft.Json.JsonProperty("gridLines")] [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter)] public: property GridLine GridLines { GridLine get(); void set ( GridLine value); }
AssemblyVersion
Syncfusion.EJ2: 17.3500.0.26
See Also