Xceed DataGrid for Silverlight Documentation
CurrentColumn Property (ExportContext)


Gets the column currently being exported.
Syntax
'Declaration
 
Public ReadOnly Property CurrentColumn As ExportColumn
'Usage
 
Dim instance As ExportContext
Dim value As ExportColumn
 
value = instance.CurrentColumn
public ExportColumn CurrentColumn {get;}

Property Value

A reference to the ExportColumn currently being exported.
Requirements

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

See Also

Reference

ExportContext Class
ExportContext Members

Send Feedback