DrillDownShowCheckAllUnCheckAll Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the Check All and UnCheck All buttons should be shown on the process button bar.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowCheckAllUnCheckAll { get; set; }
Public Property ShowCheckAllUnCheckAll As Boolean
Get
Set
public:
virtual property bool ShowCheckAllUnCheckAll {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowCheckAllUnCheckAll();
function set_ShowCheckAllUnCheckAll(value);
Property Value
Type:
BooleanTrue if the Check All and UnCheck All buttons should be shown on the process button bar.
Return Value
Type:
BooleanTrue if the Check All and UnCheck All buttons should be shown on the process button bar.
Remarks Will always return false if ShowCheckboxes is false
See Also