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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Type Parameters

Name Description
T

A descendant of the BasicExpressionBinding class.

Inheritance

See Also