ControlPanelObjectAllowAllInDropDownList Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates whether the drop down list filter condition will include the option ALL
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntaxpublic bool AllowAllInDropDownList { get; set; }
Public Property AllowAllInDropDownList As Boolean
Get
Set
public:
virtual property bool AllowAllInDropDownList {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowAllInDropDownList();
function set_AllowAllInDropDownList(value);
Property Value
Type:
BooleanTrue if the drop down list filter condition will include the option ALL
Return Value
Type:
BooleanTrue if the drop down list filter condition will include the option ALL
RemarksIf the user selects ALL in the drop down list, the filter will be ignored.
See Also