DataPA Enterprise Dashboard Controls API Reference
Gets and sets the value of the column this object represents

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Object Value { get; set; }
Visual Basic
Public Property Value As Object
	Get
	Set
Visual C++
public:
property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: Object
The value of the column this object represents

Return Value

Type: Object
The value of the column this object represents

Remarks