Xceed DataGrid for Silverlight Documentation
FieldName Property (ExportColumn)


Gets the field name of the column that is being exported.
Syntax
'Declaration
 
Public ReadOnly Property FieldName As String
'Usage
 
Dim instance As ExportColumn
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
public string FieldName {get;}

Property Value

A string representing the field name 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