Skip to main content

GroupInfoCollection Class

A collection of GroupInfo objects.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public class GroupInfoCollection :
    ObservableCollection<GroupInfo>

#Returned By

The CollectionViewLink.GroupInfos property returns an instance of GroupInfoCollection.

#Remarks

For a code example, see How to: Use the CollectionView Link.

#Inheritance

See Also