Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data.Stats Namespace : StatContext Class |
'Declaration <DefaultMemberAttribute("Item")> Public Class StatContext
'Usage Dim instance As StatContext
[DefaultMemberAttribute("Item")] public class StatContext
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'}"/>
System.Object
Xceed.Silverlight.Data.Stats.StatContext
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family