[]
        
(Showing Draft Content)

C1.Win.FlexGrid.FooterCollection

FooterCollection Class

Defines the footers collection.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.10.dll
Syntax
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

Constructors

Name Description
FooterCollection(C1FlexGridBase)

Returns new instance of FooterCollection class.

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)

Raises the CollectionChanged event.