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

In This Topic
    Item Property (DataGridRowPresenter)
    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