FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupRow Class / HasSummary Method
The column to look for a summary.

In This Topic
    HasSummary Method (GridGroupRow)
    In This Topic
    Gets whether there is a summary at the specified column.
    Syntax
    'Declaration
     
    Protected Overridable Function HasSummary( _
       ByVal col As GridColumn _
    ) As Boolean
    protected virtual bool HasSummary( 
       GridColumn col
    )

    Parameters

    col
    The column to look for a summary.
    See Also