Xceed Toolkit Plus for WPF v4.6 Documentation
AddDefaultHeadersFooters Method (TableView)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > TableView Class : AddDefaultHeadersFooters Method
Adds the default items to the header, footer, fixed headers, and fixed footer sections of a grid when it is in a table-view layout.
Syntax
'Declaration
 
Protected Overrides Sub AddDefaultHeadersFooters() 
'Usage
 
Dim instance As TableView
 
instance.AddDefaultHeadersFooters()
protected override void AddDefaultHeadersFooters()
Remarks

By default, a grid contains a GroupByControl and a ColumnManagerRow in its FixedHeaders that are added before any other elements that are explicitly added to the section.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, 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

Reference

TableView Class
TableView Members
Base Implementation in AddDefaultHeadersFooters