DrillDownGridColumnDetailsValue Property |
|
DataPA OpenAnalytics 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 public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
function get_Value();
function set_Value(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