[]
        
(Showing Draft Content)

C1.WPF.Document.LabeledValues

LabeledValues Class

Represents a collection of LabeledValue objects.

Inheritance
LabeledValues
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class LabeledValues : ReadOnlyCollection<LabeledValue>, IList<LabeledValue>, ICollection<LabeledValue>, IList, ICollection, IReadOnlyList<LabeledValue>, IReadOnlyCollection<LabeledValue>, IEnumerable<LabeledValue>, IEnumerable

Constructors

Name Description
LabeledValues(IList<LabeledValue>)

Initializes a new instance of the LabeledValues collection.

Fields

Name Description
Empty

The default value of LabeledValues collection.

Methods

Name Description
IndexOfValue(object)

Searches LabeledValue object with specified value.