Skip to main content
.NET 6.0+

CustomGetAggregatedObjectsToValidateEventArgs.AggregatedObjects Property

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

Namespace: DevExpress.ExpressApp.Validation

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