DataPA Enterprise Dashboard Controls API Reference
Gets the type of the value column for this object

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

Syntax

C#
public string ValueColumnType { get; }
Visual Basic
Public ReadOnly Property ValueColumnType As String
	Get
Visual C++
public:
virtual property String^ ValueColumnType {
	String^ get () sealed;
}

Property Value

Type: String
The type of the value column for this object

Return Value

Type: String
The type of the value column for this object

Remarks