Skip to main content
All docs
V25.1
  • ExpressionBindingCollectionBase<T> Class

    The base class for the BasicExpressionBinding collection.

    Namespace: DevExpress.XtraReports.Expressions

    Assembly: DevExpress.Printing.v25.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