|
DataGridBoxSetRowHeadersVisible Method
|
Sets the visibility of the row headers.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntaxpublic DataGridBox SetRowHeadersVisible(
bool visible
)
Public Function SetRowHeadersVisible (
visible As Boolean
) As DataGridBox
Request Example
View SourceParameters
- visible
- Type: SystemBoolean
Return Value
Type:
DataGridBox
See Also