Xceed DataGrid for Silverlight Documentation
FieldName Property (StatCell)


Gets the field name of the cell's parent column.
Syntax
'Declaration
 
Public Property FieldName As String
'Usage
 
Dim instance As StatCell
Dim value As String
 
instance.FieldName = value
 
value = instance.FieldName
public string FieldName {get; set;}

Property Value

A string representing the field name of the cell's parent column.
Requirements

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

See Also

Reference

StatCell Class
StatCell Members

Send Feedback