Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / C1DataBinding Class / Grouping Property

In This Topic
    Grouping Property
    In This Topic
    Gets the Grouping object that determines how data retrieved by the current data binding is grouped.
    Syntax
    'Declaration
     
    Public ReadOnly Property Grouping As Grouping
    public Grouping Grouping {get;}
    See Also