Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportGrouping Interface
Properties Methods Events

In This Topic
    ISupportGrouping Interface Members
    In This Topic

    The following tables list the members exposed by ISupportGrouping.

    Public Properties
     NameDescription
     PropertyGets the group descriptions applied to the data.  
     PropertyGets whether the group items will be inline with the data items or the items will be the first level of group items.  
    Top
    Public Methods
     NameDescription
     MethodReturns whether the collection is able to group the specified group descriptions.  
     MethodGroups the collection according to the specified group descriptions.  
    Top
    Public Events
     NameDescription
     EventRaised after a grouping operation was performed.  
    Top
    See Also