The ValueMapItemCollection class represents a collection of ValueMapItem objects.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class ValueMapItemCollection : Collection<ValueMapItem>
Visual Basic (Declaration)
Public Class ValueMapItemCollection _
	Inherits Collection(Of ValueMapItem)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'ValueMapItem>)>)>
    C1.WPF.C1Schedule..::..ValueMapItemCollection

See Also