Xceed Ultimate ListBox 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.
Syntax
<DefaultMemberAttribute("Item")>
Public Class StatContext 
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 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 Members
Xceed.Silverlight.Data.Stats Namespace
2d9f8df1-a18e-4526-9a60-38eb191d2611

Send Feedback