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