TableViewPanel.getTableStyleState

Syntax

getTableStyleState();

Description

The getTableStyleState method returns state of the Formatting Style control on the panel.

Comments

The method returns a JSON object that includes the following fields: PredefinedStyle with value of the option selected in the Formatting Style drop-down list (including selection of the Alternating Rows control), and Name field with the Eax table style value.

Example

The example of method use is given on the page with description of the TableViewPanel.Source property.

See also:

TableViewPanel