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

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