Xceed DataGrid for Silverlight Documentation
FieldName Property (Column)


Gets or sets the case-sensitive field name that uniquely identifies the field in the data item from which to create the column.
Syntax
'Declaration
 
Public Property FieldName As String
'Usage
 
Dim instance As Column
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
public string FieldName {get; set;}

Property Value

A string that represents the case-sensitive field name that uniquely identifies the field in the data item from which to create the column.
Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback