Class
BindingCollection

Represents a collection of Bindings.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter("Telerik.Reporting.Design.BindingCollectionConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class BindingCollection : Collection<Binding>

Inheritance: objectCollection<Binding>BindingCollection

Constructors

BindingCollection()

Declaration

cs-api-definition
public BindingCollection()

Methods

AddRange(IEnumerable<Binding>)

Internal use only

Declaration

cs-api-definition
public void AddRange(IEnumerable<Binding> bindings)

Parameters

bindings

IEnumerable<Binding>