ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumnCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the DataGridColumn with the specified column name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal columnName As String _
    ) As DataGridColumn
    public DataGridColumn Item( 
       string columnName
    ) {get;}

    Parameters

    columnName
    See Also