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

In This Topic
    Presenter Property (DataGridGroupRow)
    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