DataPA Enterprise Dashboard Controls 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
C# |
---|
public string[] DropDownList { get; set; } |
Visual Basic |
---|
Public Property DropDownList As String()
Get
Set |
Visual C++ |
---|
public:
virtual property array<String^>^ DropDownList {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
} |
Property Value
Type:
array<String>[]()[][]An array that represents the manual list of values used to populate the drop down list.
Return Value
Type:
array<String>[]()[][]An array that represents the manual list of values used to populate the drop down list.
Remarks
See Also