Skip to main content
.NET Framework 4.6.2+

CustomGetAggregatedObjectsToValidateEventArgs.AggregatedObjects Property

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

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v24.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