Class CollectionIconRangeItems
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a collection of IconRangeItem objects used for conditional formatting indicators.
public class CollectionIconRangeItems : DomCollectionBase<IconRangeItem>, IList<IconRangeItem>, ICollection<IconRangeItem>, IReadOnlyList<IconRangeItem>, IReadOnlyCollection<IconRangeItem>, IEnumerable<IconRangeItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionIconRangeItems
- Implements