Click or drag to resize
UniGridResetSelection Method
Uncheck all checkboxes in selection column.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void ResetSelection(
	bool reset = true
)

Parameters

reset (Optional)
Type: SystemBoolean
Indicates if reset selection javascript should be registered
See Also