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

IRelationList Interface

An interface that can be implemented by a data source to support master-detail relationships.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public interface IRelationList

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