DataGridTableStyle::GridLineStyle Property
.NET Framework (current version)
Gets or sets the style of grid lines.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataGridLineStyle GridLineStyle { DataGridLineStyle get(); void set(DataGridLineStyle value); }
Property Value
Type: System.Windows.Forms::DataGridLineStyleOne of the DataGridLineStyle values. The default is DataGridLineStyle.Solid.
.NET Framework
Available since 1.1
Available since 1.1
Show: