ControlPanelObjectSortDropDownList Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the drop down list should be sorted.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool SortDropDownList { get; set; }
Public Property SortDropDownList As Boolean
Get
Set
public:
virtual property bool SortDropDownList {
bool get () sealed;
void set (bool value) sealed;
}
function get_SortDropDownList();
function set_SortDropDownList(value);
Property Value
Type:
BooleanA value that indicates whether the drop down list should be sorted.
Return Value
Type:
BooleanA value that indicates whether the drop down list should be sorted.
Remarks See Also