Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomGetAggregatedObjectsToValidateEventArgs.AggregatedObjects Property

Specifies the CustomGetAggregatedObjectsToValidateEventArgs.OwnerObject‘s aggregated objects to be validated.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v20.2.dll

Declaration

public ArrayList AggregatedObjects { get; }

Property Value

Type Description
ArrayList

An ArrayList of the OwnerObject‘s aggregated objects to be validated.

See Also