TabSheetSettings.SelectedCellStyle

Syntax

SelectedCellStyle: String;

Description

The SelectedCellStyle property specifies name of CSS class which styles will be applied to the cells in table selection area.

Comments

Use JSON or the setSelectedCellStyle method to set the property value and the getSelectedCellStyle method to set the property value.

Example

The example of use is given on the TabSheetSettings.ReturnSelectionAfterFocus property description page.

See also:

TabSheetSettings