IGridViewColumn

Assembly: Express;

Description

The IGridViewColumn interface is used to set up a column of the table displayed in the DataGridView web form component.

Inheritance Hierarchy

IGridViewColumn

Comments

Table column settings can be obtained using the IGridViewColumns.Item property.

Properties

  Property name Brief description
DataStyle The DataStyle property determines the style applied to displayed column data.
HeaderStyle The HeaderStyle property determines the style applied to column header.
Id The Id property returns column identifier.
Text The Text property determines column header cell text.
Visible The Visible property determines whether the column is visible.

See also:

Express Assembly Interfaces