Xceed DataGrid for Silverlight Documentation
StatContext Property


Gets the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.
Syntax
'Declaration
 
Public ReadOnly Property StatContext As StatContext
'Usage
 
Dim instance As DataGridContext
Dim value As StatContext
 
value = instance.StatContext
public StatContext StatContext {get;}

Property Value

A StatContext representing the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback