Back to Devexpress

MasterDetailInfoCollection Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-02f1d659.md

latest1.6 KB
Original Source

MasterDetailInfoCollection Class

A collection of MasterDetailQueryInfo objects.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[CollectionDataContract]
public class MasterDetailInfoCollection :
    Collection<MasterDetailQueryInfo>,
    ICloneable
vb
<CollectionDataContract>
Public Class MasterDetailInfoCollection
    Inherits Collection(Of MasterDetailQueryInfo)
    Implements ICloneable

The following members return MasterDetailInfoCollection objects:

Inheritance

Object Collection<MasterDetailQueryInfo> MasterDetailInfoCollection

See Also

MasterDetailInfoCollection Members

DevExpress.XtraReports.Wizards Namespace