Skip to main content

CollectionViewLink.GroupInfos Property

Provides access to a collection of objects, which store information about grouping.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public GroupInfoCollection GroupInfos { get; }

#Property Value

Type Description
GroupInfoCollection

A GroupInfoCollection object.

#Remarks

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

See Also