Click or drag to resize
DashboardObjectShowCheckAllUnCheckAll Property DataPA OpenAnalytics
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: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool ShowCheckAllUnCheckAll { get; set; }

Property Value

Type: Boolean
True if the Check All and UnCheck All buttons should be shown on the process button bar.

Return Value

Type: Boolean
True 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