Click or drag to resize

DataRowValue Class

Represents a data row value.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Controls.ChartsDataRowValue

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class DataRowValue

The DataRowValue type exposes the following members.

Constructors
  NameDescription
Public methodDataRowValue
Initializes a new instance of an object.
Public methodDataRowValue(DataRowValue)
Initializes a new instance of an object.
Public methodDataRowValue(IAnnotatable)
Initializes a new instance of an object.
Public methodDataRowValue(Object, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAnnotation
Gets or sets row value annotation.
Public propertyValue
Gets or sets actual row value.
Top
Methods
  NameDescription
Public methodCopyTo
Copies the state of the current object into the given one.
Public methodToString
Returns a string representation of the current object.
(Overrides ObjectToString.)
Top
Remarks