GridView.getSelectionType

Syntax

getSelectionType();

Description

The getSelectionType method returns type of the current selection in the table.

Comments

The method returns value of the PP.Ui.TabSheetSelectionType enumeration.

Example

The example of use is given in the page with description of the GridView.getFocusedCell method.

See also:

GridView