GridView.AutoSendSelection

Syntax

AutoSendSelection: Boolean

Description

The AutoSendSelection property determines whether to send to the server state of cells selection in regular report table.

Comments

By default this property is set to True, and table cells selection state is sent to the server.

The property value can be set using constructor or the setAutoSendSelection method, the value is returned with the getAutoSendSelection method.

Example

The example of property use is given on the Example of the ReportBox Component Layout page.

See also:

PP.Prx.Ui.GridView