Xceed Toolkit Plus for WPF v4.6 Documentation
Item Property (StatContext)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data.Stats Namespace > StatContext Class : Item Property
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 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatContext Class
StatContext Members