DataGrid::RowHeadersVisible Property

 

Gets or sets a value that specifies whether row headers are visible.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool RowHeadersVisible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if row headers are visible; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: