Skip to main content
A newer version of this page is available.

CalculatedFieldCollection.AddRangeByValue(IList) Method

Adds the specified collection of calculated fields to this collection.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public void AddRangeByValue(
    IList calculatedFields
)

Parameters

Name Type Description
calculatedFields IList

A list that represents the calculated fields to add to this collection.

See Also