[]
        
(Showing Draft Content)

C1.WPF.Document.LabeledValue

LabeledValue Class

Represents a value with a label. The label can be used in a UI.

Inheritance
LabeledValue
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class LabeledValue

Constructors

Name Description
LabeledValue(object, string)

Initializes a new instance of the LabeledValue class.

Properties

Name Description
Label

Gets label for the value to display in the UI.

Value

Gets or sets actual value represented by this LabeledValue object.