Class CollectionTableLinesBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base collection for all table line collections, such as header, data, footer, and group header/footer lines. Provides common functionality for managing collections of TableLineBase objects within a table.
public abstract class CollectionTableLinesBase : DomCollectionBase<TableLineBase>, IList<TableLineBase>, ICollection<TableLineBase>, IReadOnlyList<TableLineBase>, IReadOnlyCollection<TableLineBase>, IEnumerable<TableLineBase>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionTableLinesBase
- Implements
- Derived