ComponentOne DataGrid for WPF and Silverlight
Name Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : Name Property
Gets or sets the name of the column.
Syntax
'Declaration
 
Public Overridable Property Name As System.String
public virtual System.string Name {get; set;}

Property Value

The name of the column.
Remarks
This property can be used to access the column in the C1DataGrid columns collection. grid.Columns["Name of the column"]
See Also

Reference

DataGridColumn Class
DataGridColumn Members