Version

DefaultSectionInformation Constructor

Constructs a DefaultSectionInformation
Syntax
public DefaultSectionInformation( 
   int startIndex,
   int endIndex,
   string[] groupKeyProperties,
   object[] groupKeyValues,
   ISummaryResult[] summaryResults
)

Parameters

startIndex
The start index of the section.
endIndex
The end index of the section.
groupKeyProperties
The key properties for the group.
groupKeyValues
The key values for the group.
summaryResults
The summary results for the group.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also