IGridViewColumn.Text

Syntax

Text: String;

Description

The Text property determines column header cell text.

Comments

By default, identifier of the corresponding data source field is inserted into the column header cell text.

Example

The property use is given in the example for IDataGridView.BeginUpdate.

See also:

IGridViewColumn