Click or drag to resize
DashboardObjectShowCheckBoxes Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this dashboard object should show checkboxes and a process button in a data grid.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool ShowCheckBoxes { get; set; }

Property Value

Type: Boolean
True if this dashboard object should show checkboxes and a process button in a data grid.

Return Value

Type: Boolean
True if this dashboard object should show checkboxes and a process button in a data grid.
Remarks
If set to true, checkboxes and a process button will be shown on a data grid. If pressed, the selected rows will be passed in the SelectedRowsProcessRequest event.
See Also