Xceed DataGrid for Silverlight Documentation
SetStatContext Method


The element whose StatContext is to be set.
The element's StatContext.
Sets the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.
Syntax
'Declaration
 
Public Shared Sub SetStatContext( _
   ByVal element As DependencyObject, _
   ByVal value As StatContext _
) 
'Usage
 
Dim element As DependencyObject
Dim value As StatContext
 
DataGridControl.SetStatContext(element, value)
public static void SetStatContext( 
   DependencyObject element,
   StatContext value
)

Parameters

element
The element whose StatContext is to be set.
value
The element's StatContext.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Manipulating Data

Statistical Functions

Send Feedback