Xceed DataGrid for WPF v7.2 Documentation
Item(String) Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Stats Namespace > StatFunctionCollection Class > Item Property : Item(String) Property
The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be $$NULL$ or empty.
Gets or sets the statistical function with the specified result property name.
Syntax
'Declaration
 
Public Overloads ReadOnly 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 StatFunction Item( 
   string resultPropertyName
) {get;}

Parameters

resultPropertyName
The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be $$NULL$ or empty.

Property Value

A reference to a StatFunction object representing 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

StatFunctionCollection Class
StatFunctionCollection Members
Overload List