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

Gets or sets a value indicating whether the default headers and footers are automatically added to the header and footer sections of the details 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 headers and footers are automatically added to the header and footer sections; false otherwise.

Remarks

Default items will be added before any other items that are explicitly added to the Headers or 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