ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Summaries Namespace / C1GroupingWithSummariesBehavior Class / SetGroupingWithSummariesBehavior Method
The data grid to which the behavior will be applied.
The behavior.

In This Topic
    SetGroupingWithSummariesBehavior Method
    In This Topic
    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