DataGridTableStyle::GridLineStyle Property

 

Gets or sets the style of grid lines.

Namespace:   System.Windows.Forms
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::DataGridLineStyle

One of the DataGridLineStyle values. The default is DataGridLineStyle.Solid.

.NET Framework
Available since 1.1
Return to top
Show: