WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    protected virtual bool HasSummary( 
       GridColumn col
    )

    Parameters

    col
    The column to look for a summary.
    See Also