ComponentOne DataGrid for WPF and Silverlight
SetGroupingWithSummariesBehavior Method (C1GroupingWithSummariesBehavior)

C1.WPF.DataGrid.Summaries Namespace > C1GroupingWithSummariesBehavior Class : SetGroupingWithSummariesBehavior Method
The data grid to which the behavior will be applied.
The behavior.
Sets the grouping with summaries behavior.
Syntax
'Declaration
 
Public Shared Sub SetGroupingWithSummariesBehavior( _
   ByVal datagrid As C1DataGrid, _
   ByVal value As C1GroupingWithSummariesBehavior _
) 
public static void SetGroupingWithSummariesBehavior( 
   C1DataGrid datagrid,
   C1GroupingWithSummariesBehavior value
)

Parameters

datagrid
The data grid to which the behavior will be applied.
value
The behavior.
See Also

Reference

C1GroupingWithSummariesBehavior Class
C1GroupingWithSummariesBehavior Members