DataGrid.EnableSelection

Syntax

EnableSelection: Boolean;

Description

The EnableSelection property determines whether table rows can be selected.

Comments

Use JSON or the setEnableSelection method to set the property value and the getEnableSelection method to get the property value.

Available Values:

Example

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

See also:

DataGrid