Skip to main content

MasterDetailInfoCollection Class

A collection of MasterDetailQueryInfo objects.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Inheritance

Object
Collection<MasterDetailQueryInfo>
MasterDetailInfoCollection
See Also