DataPA Enterprise Dashboard Controls API Reference
Gets and sets the value of the column this object represents
Namespace: DataPAEnterpriseDashboardAssembly: 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:
ObjectThe value of the column this object represents
Return Value
Type:
ObjectThe value of the column this object represents
Remarks
See Also