UseDefaultHeadersFooters Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupConfiguration Class : UseDefaultHeadersFooters Property

Gets a value indicating whether the default header and footers items are automatically added to the header and footer sections of the groups to which the configuration is applied.

Syntax

Visual Basic (Declaration) 
Public Property UseDefaultHeadersFooters As Boolean
C# 
public bool UseDefaultHeadersFooters {get; set;}

Return Value

true if the default header and footers items are automatically added to the header and footer sections of the groups to which the configuration is applied; false otherwise.

Remarks

Default items will be added before any other items that are explicitly added to the Headers and Footers sections.

Notes

Setting this property to false will exclude the default header and footer items from both the header and footer sections.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also