Xceed DataGrid for Silverlight Documentation
Item Property (StatContext)


A string representing the result property name (see ResultPropertyName property) of the statistical function whose result is to be retrieved.
Gets the result of the statistical function with the specified result property name.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal resultName As String _
) As StatResult
'Usage
 
Dim instance As StatContext
Dim resultName As String
Dim value As StatResult
 
value = instance.Item(resultName)
public StatResult this[ 
   string resultName
]; {get;}

Parameters

resultName
A string representing the result property name (see ResultPropertyName property) of the statistical function whose result is to be retrieved.

Property Value

A StatResult instance containing the result of the statistical function.
Requirements

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

See Also

Reference

StatContext Class
StatContext Members

Send Feedback