ControlPanelObjectDropDownList Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an array that represents the manual list of values used to populate the drop down list.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string[] DropDownList { get; set; }
Public Property DropDownList As String()
Get
Set
public:
virtual property array<String^>^ DropDownList {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
function get_DropDownList();
function set_DropDownList(value);
Property Value
Type:
StringAn array that represents the manual list of values used to populate the drop down list.
Return Value
Type:
StringAn array that represents the manual list of values used to populate the drop down list.
Remarks See Also