ControlPanelObjectDisplayColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the column that is used to populate the control panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string DisplayColumn { get; set; }
Public Property DisplayColumn As String
Get
Set
public:
virtual property String^ DisplayColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DisplayColumn();
function set_DisplayColumn(value);
Property Value
Type:
StringThe column that is used to populate the control panel object.
Return Value
Type:
StringThe column that is used to populate the control panel object.
Remarks See Also