Skip to main content
A newer version of this page is available. .

MasterDetailInfoCollection Class

A collection of MasterDetailQueryInfo objects.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[CollectionDataContract]
public class MasterDetailInfoCollection :
    Collection<MasterDetailQueryInfo>,
    ICloneable

The following members return MasterDetailInfoCollection objects:

Inheritance

Object
Collection<MasterDetailQueryInfo>
MasterDetailInfoCollection
See Also