Xceed DataGrid for Silverlight Documentation
StopDataItemField Method (ExporterBase)


The ExportContext containing information relating to the field to be exported.
The value of the field to be exported.
Called to stop (i.e., finalize) the export operation of a data item's field.
Syntax
'Declaration
 
Protected Overridable Sub StopDataItemField( _
   ByVal exportContext As ExportContext, _
   ByVal fieldValue As Object _
) 
'Usage
 
Dim instance As ExporterBase
Dim exportContext As ExportContext
Dim fieldValue As Object
 
instance.StopDataItemField(exportContext, fieldValue)
protected virtual void StopDataItemField( 
   ExportContext exportContext,
   object fieldValue
)

Parameters

exportContext
The ExportContext containing information relating to the field to be exported.
fieldValue
The value of the field to be exported.
Requirements

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

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback