ComponentOne FlexGrid for WinForms
Name Property (Column)

C1.Win.C1FlexGrid Namespace > Column Class : Name Property
Gets or sets the name of this column.
Syntax
'Declaration
 
Public Property Name As String
public string Name {get; set;}
Remarks

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.

See Also

Reference

Column Class
Column Members