Xceed DataGrid for Silverlight Documentation
StopHeaderField Method (ExporterBase)


The ExportContext containing information relating to the field to be exported.
A string representing the value displayed in the header field.
Called to stop (i.e., finalize) the export operation of a header row's field.
Syntax
'Declaration
 
Protected Overridable Sub StopHeaderField( _
   ByVal exportContext As ExportContext, _
   ByVal headerValue As String _
) 
'Usage
 
Dim instance As ExporterBase
Dim exportContext As ExportContext
Dim headerValue As String
 
instance.StopHeaderField(exportContext, headerValue)
protected virtual void StopHeaderField( 
   ExportContext exportContext,
   string headerValue
)

Parameters

exportContext
The ExportContext containing information relating to the field to be exported.
headerValue
A string representing the value displayed in the header field.
Requirements

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

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback