[]
Gets or sets the name of this column.
public string Name { get; set; }
The name can be used as an index in the ColumnCollection property indexer.
When the grid is bound to a DataSource, the column names are set automatically to the names of columns in the data source, and are used for binding.