IGridViewColumns.FindById

Syntax

FindById(Id: String): IGridViewColumn;

Parameters

Id. Column identifier.

Description

The FindById method searches a column by identifier.

Comments

The method returns column settings in case of successful search, and Null if the column with the specified identifier is absent in the collection.

Column identifiers correspond with identifiers of data source fields and are assigned after the data source is set in the component.

See also:

IGridViewColumns