DataPA Enterprise Dashboard Controls API Reference
Gets and sets the column that is used derive the value of the control panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ValueColumn { get; set; } |
Visual Basic |
---|
Public Property ValueColumn As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ ValueColumn {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe column that is used derive the value of the control panel object.
Return Value
Type:
StringThe column that is used derive the value of the control panel object.
Remarks
See Also