ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectableRowPresenter Class / Item Property

In This Topic
    Item Property (DataGridSelectableRowPresenter)
    In This Topic
    Gets the DataGridCellPresenter with the specified column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal column As DataGridColumn _
    ) As DataGridCellPresenter

    Parameters

    column
    See Also