[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.-ctor

C1GroupDataCollection Constructor

C1GroupDataCollection(IEnumerable<S>, bool)

Initializes a new instance of the C1GroupDataCollection<S> class.

Declaration
public C1GroupDataCollection(IEnumerable<S> source, bool isPlain)
Parameters
Type Name Description
IEnumerable<S> source

The source.

bool isPlain

if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.