Click or drag to resize
ControlPanelObjectDropDownList Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets an array that represents the manual list of values used to populate the drop down list.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string[] DropDownList { get; set; }

Property Value

Type: String
An array that represents the manual list of values used to populate the drop down list.

Return Value

Type: String
An array that represents the manual list of values used to populate the drop down list.
Remarks