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: DataPAEnterpriseDashboard
Assembly: 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: String
The value of the column this object represents as a string that is accesible to COM interfaces

Return Value

Type: String
The value of the column this object represents as a string that is accesible to COM interfaces

Implements

DrillDownGridColumnDetails..::.._DrillDownGridColumnDetails..::..COMValue

Remarks