Xceed DataGrid for Silverlight Documentation
StartGroup Method (ExporterBase)


A string representing the title of the group. For example, "ShipCountry", or "City".
A string representing the value of the group. For example, "Canada" or "Montreal".
Called when a request is made to export a group in order to start (i.e., initialize) the operation.
Syntax
'Declaration
 
Protected Overridable Sub StartGroup( _
   ByVal groupTitle As String, _
   ByVal groupValue As String _
) 
'Usage
 
Dim instance As ExporterBase
Dim groupTitle As String
Dim groupValue As String
 
instance.StartGroup(groupTitle, groupValue)
protected virtual void StartGroup( 
   string groupTitle,
   string groupValue
)

Parameters

groupTitle
A string representing the title of the group. For example, "ShipCountry", or "City".
groupValue
A string representing the value of the group. For example, "Canada" or "Montreal".
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback