| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Footers As ObservableCollection(Of DataTemplate) | |
| C# | |
|---|---|
public ObservableCollection<DataTemplate> Footers {get;} | |
Return Value
An ObservableCollection of DataTemplates representing the items that are located in the footer sections of the details to which the configuration is applied.All examples in this topic assume that the grid is bound to the Employees table of the Northwind database, unless stated otherwise.
The following example demonstrates how to add a non-row item that will act as a detail separator to the header section of a detail configuration whose indentation will correspond to detail and group levels in which it is contained.
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" | |
An item added to a header or footer section must be provided as a DataTemplate
Supported Frameworks: Microsoft .NET Framework version 3.5
Copy Code