Xceed DataGrid for Silverlight Documentation
ResultPropertyName Property (StatCell)


Gets or sets the property name from which the result of a statistical function can be retrieved.
Syntax
'Declaration
 
Public Property ResultPropertyName As String
'Usage
 
Dim instance As StatCell
Dim value As String
 
instance.ResultPropertyName = value
 
value = instance.ResultPropertyName
public string ResultPropertyName {get; set;}

Property Value

A string representing the property name from which the result of a statistical function can be retrieved. The value assigned to this property must correspond to the value specified in a statistical function's ResultPropertyName property.
Requirements

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

See Also

Reference

StatCell Class
StatCell Members

Send Feedback