Class CollectionTableLinesTBase<T>
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Generic base for strongly typed table line collections (header, data, footer, group header/footer).
public abstract class CollectionTableLinesTBase<T> : CollectionTableLinesBase, IList<TableLineBase>, ICollection<TableLineBase>, IReadOnlyList<TableLineBase>, IReadOnlyCollection<TableLineBase>, IEnumerable<TableLineBase>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase where T : TableLineBase
Type Parameters
T
- Inheritance
-
CollectionTableLinesTBase<T>
- Implements
- Derived
- Inherited Members
Properties
this[string]
Gets a table line by its (non-formula) Name property or null if not found.
public T this[string itemName] { get; }
Parameters
itemNamestring
Property Value
- T