Xceed DataGrid for Silverlight Documentation
StatContext Class
Members  Example 


Represents the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.
Object Model
StatContext ClassStatResult Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class StatContext 
'Usage
 
Dim instance As StatContext
[DefaultMemberAttribute("Item")]
public class StatContext 
Example

Unlike the GroupContext attached property, which exposes its various properties directly, the StatContext exposes its dynamically created properties through an indexer. For example:

<TextBlock Text="{Binding ElementName=parentStackPanel,
                          Path=(sldg:DataGridControl.StatContext)[GROUP_PERSONCOUNT].Value,
                          StringFormat='{}{0} people in total'}"/>
Inheritance Hierarchy

System.Object
   Xceed.Silverlight.Data.Stats.StatContext

Requirements

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

See Also

Reference

StatContext Members
Xceed.Silverlight.Data.Stats Namespace

Manipulating Data

Statistical Functions

Send Feedback