DataPA Enterprise Dashboard Controls API Reference
Gets the value of the column this object represents as a string that is accesible to COM interfaces
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public string COMValue { get; } |
| Visual Basic |
|---|
Public ReadOnly Property COMValue As String
Get |
| Visual C++ |
|---|
public:
virtual property String^ COMValue {
String^ get () sealed;
} |
Property Value
Type:
StringThe value of the column this object represents as a string that is accesible to COM interfaces
Return Value
Type:
StringThe value of the column this object represents as a string that is accesible to COM interfaces
Implements
DrillDownGridColumnDetails..::.._DrillDownGridColumnDetails..::..COMValueRemarks
See Also