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

In This Topic
    GetGroupingWithSummariesBehavior Method
    In This Topic
    Gets the grouping with summaries behavior.
    Syntax
    'Declaration
     
    
    Public Shared Function GetGroupingWithSummariesBehavior( _
       ByVal datagrid As C1DataGrid _
    ) As C1GroupingWithSummariesBehavior
    public static C1GroupingWithSummariesBehavior GetGroupingWithSummariesBehavior( 
       C1DataGrid datagrid
    )

    Parameters

    datagrid
    The data grid to which the behavior is applied.
    See Also