DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the drop down list filter condition will include the option ALL
True if the drop down list filter condition will include the option ALL
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)
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: 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
Remarks
If the user selects ALL in the drop down list, the filter will be ignored.