FindById(Id: String): IGridViewColumn;
Id. Column identifier.
The FindById method searches a column by identifier.
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: