ComponentOne DataGrid for WPF and Silverlight
Name Property (DataGridBoundColumn)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class : Name Property
Gets or sets the name of the column.
Syntax
'Declaration
 
Public Overrides Property Name As System.String
public override 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"] If No name is specified, it will take the BindingSystem.Windows.Data.Binding.Path as its name.
See Also

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members