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