IRelationList Interface
An interface that can be implemented by a data source to support master-detail relationships.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Remarks
A data source object can implement the IRelationList interface to enable master-detail mode, where you can dynamically provide detail data for particular master records. Currently, data source objects that implement the IRelationList interface are supported by the XtraGrid control. To learn more, see Working with Master-Detail Relationships in Code.
See Also