[]
        
(Showing Draft Content)

C1.Framework.ValueElement

ValueElement Class

Element that displays a simple value (numbers, dates, etc).

The element's Style is responsible for formatting the value (with IFormattable).

Inheritance
ValueElement
Implements
Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public class ValueElement : ContentElement, ISupportUia

Constructors

Name Description
ValueElement()

Initializes a new instance of the ValueElement class.

ValueElement(Style, object)

Initializes a new instance of the ValueElement class with the specified value and style settings.

ValueElement(object)

Initializes a new instance of the ValueElement class with the specified value.

Fields

Name Description
_value

Properties

Name Description
Value

Gets or sets the current value.

Methods

Name Description
GetValue()

Gets the value represented by this ContentElement.