Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / PrintTableView Class / AddDefaultHeadersFooters Method


In This Topic
    AddDefaultHeadersFooters Method (PrintTableView)
    In This Topic
    Adds the default items to the header, footer, fixed headers, and fixed footer sections of a grid.
    Syntax
    'Declaration
     
    Protected Overrides Sub AddDefaultHeadersFooters( _
       ByVal mergedHeadersCount As Integer _
    ) 
    'Usage
     
    Dim instance As PrintTableView
    Dim mergedHeadersCount As Integer
     
    instance.AddDefaultHeadersFooters(mergedHeadersCount)
    protected override void AddDefaultHeadersFooters( 
       int mergedHeadersCount
    )

    Parameters

    mergedHeadersCount
    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