Back to Devexpress

IRelationListEx Interface

corelibraries-devexpress-dot-data-42506873.md

latest1.9 KB
Original Source

IRelationListEx Interface

An extended version of the IRelationList interface, that can be implemented by a data source to support master-detail relationships.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface IRelationListEx :
    IRelationList
vb
Public Interface IRelationListEx
    Inherits IRelationList

Remarks

This interface is an extended version of the IRelationList. By implementing the IRelationListEx interface, it’s possible to provide a different number of relationships for different master rows, and to customize the display captions of relationships.

A data source object can implement the IRelationListEx interface to enable master-detail mode, where you can dynamically provide detail data for particular master records. Currently, data source objects that implement the IRelationListEx interface are supported by the XtraGrid control. To learn more, see Working with Master-Detail Relationships in Code.

See Also

IRelationListEx Members

IRelationList

Working with Master-Detail Relationships in Code

DevExpress.Data Namespace