DataGridSelection.clear

Syntax

clear(removeBorder: Boolean, removeOverlay: Boolean);

Parameters

removeBorder. Indicates whether selection border most be removed. Available Values:

removeOverlay. Indicates whether selection fill must be removed. Available Values:

Description

The clear method clears table row selection.

Example

The example of use is given on the page with description of the DataGridSelection class constructor.

See also:

DataGridSelection