Skip to main content

MasterDetailInfoCollection Class

A collection of MasterDetailInfo objects.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public class MasterDetailInfoCollection :
    List<MasterDetailInfo>

The following members return MasterDetailInfoCollection objects:

Inheritance

Object
List<MasterDetailInfo>
MasterDetailInfoCollection
See Also