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  showing value of the option selected in the drop-down list Formatting Style (including selection of the Alternating Rows control), and Name field that contain the value Eax table style.

Example

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

See also:

TableViewPanel