Click or drag to resize
Accord.NET (logo)

DataGridBoxSetTitle Method

Sets the window title of the data grid box.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DataGridBox SetTitle(
	string text
)
Request Example View Source

Parameters

text
Type: SystemString
The desired title text for the window.

Return Value

Type: DataGridBox
This instance, for fluent programming.
See Also