DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the Check All and UnCheck All buttons should be shown on the process button bar.
True if the Check All and UnCheck All buttons should be shown on the process button bar.
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
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: 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