ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / Presenter Property

In This Topic
    Presenter Property (DataGridRow)
    In This Topic
    Gets the visual element that represent this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Presenter As DataGridRowPresenter
    public DataGridRowPresenter Presenter {get;}
    See Also