[]
        
(Showing Draft Content)

C1.Win.FlexGrid.BandCollection

BandCollection Class

Represents band collection.

Inheritance
BandCollection
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.BandedView.8.dll
Syntax
public class BandCollection : ObservableCollection<IBand>, IList, ICollection, IReadOnlyList<IBand>, IReadOnlyCollection<IBand>, INotifyPropertyChanged, IBandCollection, IList<IBand>, ICollection<IBand>, IEnumerable<IBand>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
BandCollection()

Properties

Name Description
this[string]

Gets IBand item from the collection by the name.

Methods

Name Description
Add(Column)

Adds new band to the end of the IBandCollection.

Add(string)

Adds new band to the end of the IBandCollection.

Add(string, string)

Adds new band to the end of the IBandCollection.

AddRange(IEnumerable<IBand>)

Adds the elements of the specified collection to the end of the IBandCollection.

AddRange(params string[])

Creates IBand objects with names specified in the elements of the specified collection and adds it to the end of the IBandCollection.