[]
Defines the footers collection.
public class FooterCollection : ObservableCollection<FooterDescription>, IList<FooterDescription>, ICollection<FooterDescription>, IList, ICollection, IReadOnlyList<FooterDescription>, IReadOnlyCollection<FooterDescription>, IEnumerable<FooterDescription>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class FooterCollection
Inherits ObservableCollection(Of FooterDescription)
Implements IList(Of FooterDescription), ICollection(Of FooterDescription), IList, ICollection, IReadOnlyList(Of FooterDescription), IReadOnlyCollection(Of FooterDescription), IEnumerable(Of FooterDescription), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| FooterCollection(C1FlexGridBase) | Returns new instance of FooterCollection class. |
| Name | Description |
|---|---|
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |