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

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