IGridViewColumns

Assembly: Express;

Description

The IGridViewColumns interface is used to work with the collection of columns of the table displayed in the DataGridView web form component.

Inheritance Hierarchy

IGridViewColumns

Comments

The collection of columns can be obtained using the IDataGridView.Columns property.

Properties

  Property name Brief description
Count The Count property returns the number of columns in the collection.
Item The Item property returns settings of the table column with the specified index.

Methods

  Method name Brief description
FindById The FindById method searches a column by identifier.

See also:

Express Assembly Interfaces