Xceed DataGrid for Silverlight Documentation
StopGroup 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 to stop (i.e., finalize) the export operation of a group.
Syntax
'Declaration
 
Protected Overridable Sub StopGroup( _
   ByVal groupTitle As String, _
   ByVal groupValue As String _
) 
'Usage
 
Dim instance As ExporterBase
Dim groupTitle As String
Dim groupValue As String
 
instance.StopGroup(groupTitle, groupValue)
protected virtual void StopGroup( 
   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