Gets or sets the grid lines to be shown in the rendered table.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] [LayoutAttribute(LayoutType.Appearance)] [C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute(GridLines.None)] public virtual GridLines GridLines { get; set; } |
| Visual Basic |
|---|
<BindableAttribute(True)> _ <LayoutAttribute(LayoutType.Appearance)> _ <C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute(GridLines.None)> _ Public Overridable Property GridLines As GridLines Get Set |
Remarks
This property is used to specify the style of the grid lines.