Click or drag to resize
ControlPanelObjectAllowAllInDropDownList Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the drop down list filter condition will include the option ALL

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool AllowAllInDropDownList { get; set; }

Property Value

Type: Boolean
True if the drop down list filter condition will include the option ALL

Return Value

Type: Boolean
True if the drop down list filter condition will include the option ALL
Remarks
If the user selects ALL in the drop down list, the filter will be ignored.
See Also