Xceed DataGrid for Silverlight Documentation
Title Property (ExportColumn)


Gets the title of the column that is being exported.
Syntax
'Declaration
 
Public ReadOnly Property Title As Object
'Usage
 
Dim instance As ExportColumn
Dim value As Object
 
instance.Title = value
 
value = instance.Title
public object Title {get;}

Property Value

A string representing the title of the column that is being exported.
Requirements

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

See Also

Reference

ExportColumn Class
ExportColumn Members

Send Feedback