Xceed DataGrid for Silverlight Documentation
Item Property (StatFunctionCollection)


A string representing the result property name of the statistical function to retrieve.
Gets the statistical function with the specified result property name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal resultPropertyName As String _
) As StatFunction
'Usage
 
Dim instance As StatFunctionCollection
Dim resultPropertyName As String
Dim value As StatFunction
 
value = instance.Item(resultPropertyName)
public new StatFunction this[ 
   string resultPropertyName
]; {get;}

Parameters

resultPropertyName
A string representing the result property name of the statistical function to retrieve.

Property Value

The statistical function with the specified result property name. Can be a null reference (Nothing in Visual Basic) if the function is not contained in the collection.
Requirements

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

See Also

Reference

StatFunctionCollection Class
StatFunctionCollection Members

Send Feedback