ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / Name Property

In This Topic
    Name Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the name of the column.
    Syntax
    'Declaration
     
    
    Public Overridable Property Name As String
    public virtual 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 Binding System.Windows.Data.Binding.Path as its name.
    See Also