Version

HeaderPresenter Class

A control that contains all the elements that make up the header area in the DataPresenterBase controls that display a separate header area such as in XamDataGrid. The HeaderPresenter contains the HeaderPrefixArea and HeaderLabelArea controls. It is used primarily for styling the outermost portion of the header area.
Syntax
'Declaration
 
Public Class HeaderPresenter 
   Inherits System.Windows.Controls.ContentControl
public class HeaderPresenter : System.Windows.Controls.ContentControl 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also