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

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the DataGridColumn with the specified column index.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal columnIndex As Integer _
    ) As DataGridColumn
    public new DataGridColumn Item( 
       int columnIndex
    ) {get;}

    Parameters

    columnIndex
    See Also