Xceed DataGrid for Silverlight Documentation
StopGroup Method (XmlssExporter)


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 Overrides Sub StopGroup( _
   ByVal groupTitle As String, _
   ByVal groupValue As String _
) 
'Usage
 
Dim instance As XmlssExporter
Dim groupTitle As String
Dim groupValue As String
 
instance.StopGroup(groupTitle, groupValue)
protected override 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

XmlssExporter Class
XmlssExporter Members
Base Implementation in StopGroup

Send Feedback