Xceed DataGrid for Silverlight Documentation
ResultPropertyName Property (StatFunction)


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

Property Value

A string representing the unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.
Requirements

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

See Also

Reference

StatFunction Class
StatFunction Members

Send Feedback