Xceed DataGrid for Silverlight Documentation
StartDataItemField Method (ExporterBase)


The ExportContext containing information relating to the field to be exported.
The value of the field to be exported.
Called when a request is made to export a field in a data item in order to start (i.e., initialize) the operation.
Syntax
'Declaration
 
Protected Overridable Sub StartDataItemField( _
   ByVal exportContext As ExportContext, _
   ByVal fieldValue As Object _
) 
'Usage
 
Dim instance As ExporterBase
Dim exportContext As ExportContext
Dim fieldValue As Object
 
instance.StartDataItemField(exportContext, fieldValue)
protected virtual void StartDataItemField( 
   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