Skip to main content
A newer version of this page is available.
All docs
V18.2

Collection Properties in Domain Components

The example below illustrates how to implement Collection Properties in a Domain Component interface.

IList<IAssociatedObject> Association { get; }
[DevExpress.ExpressApp.DC.AggregatedAttribute]
IList<IAggregatedObject> AggregatedAssociation { get; }