Click or drag to resize
Accord.NET (logo)

DataGridBoxSetRowHeadersVisible Method

Sets the visibility of the row headers.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DataGridBox SetRowHeadersVisible(
	bool visible
)
Request Example View Source

Parameters

visible
Type: SystemBoolean

Return Value

Type: DataGridBox
See Also