ExpressionBindingCollectionBase<T> Class
The base class for the BasicExpressionBinding collection.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.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