ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellsPanel Class / RowPresenter Property

In This Topic
    RowPresenter Property (DataGridCellsPanel)
    In This Topic
    Gets the parent row presenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowPresenter As DataGridRowPresenter
    public DataGridRowPresenter RowPresenter {get;}

    Property Value

    The row presenter.
    See Also