DataPA Enterprise Dashboard Controls 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

C#
public bool AllowAllInDropDownList { get; set; }
Visual Basic
Public Property AllowAllInDropDownList As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AllowAllInDropDownList {
	bool get () sealed;
	void set (bool value) sealed;
}

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