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

ExpressionBindingCollectionBase<T> Class

The base class for the BasicExpressionBinding collection.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public class ExpressionBindingCollectionBase<T> :
    Collection<T>
    where T : BasicExpressionBinding

Type Parameters

Name Description
T

A descendant of the BasicExpressionBinding class.

Inheritance

See Also