[]
Represents a column info that describes a column on the grid.
public class ColumnInfo
| Name | Description |
|---|---|
| ColumnInfo() | Initializes a new instance of ColumnInfo object. |
| Name | Description |
|---|---|
| Binding | Gets or sets the name of the property this column is bound to. |
| DataMap | Gets the data map info used to convert raw values into display values for the column. |
| Format | Gets or sets format of column. |
| Index | Gets or sets the index of the column in the grid's columns collection. |
| Visible | Gets or sets visibility of column. |