Icon TGridColumn

Unit: WebGrids

Inherits From TBindableColumnControl

Available In: Visual Client Applications

The TGridColumn component represents a grid column. A grid column can be un-bound and used to display and update a vertical list of cells as strings, or can be bound to one of the TDataSet Columns in order to display and update the column values for rows in the dataset.

Grid columns can be used to sort a dataset by a specific set of columns via their SortDirection property.

The ControlType property controls what type of control, if any, will be used to edit the contents of the cells for the grid column.

Image