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

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

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