TabSheetSettings.CacheEnabled

Syntax

CacheEnabled: Boolean

Description

The CacheEnabled property allows and denies data caching by the component in the asynchronous mode.

Comments

Use JSON or the setCacheEnabled method to set the property value, and the getCacheEnabled method to get the property value.

The property is set to true if data caching by the component is allowed in the asynchronous mode, otherwise it is denied.

By default this property is True.

Example

The example of property use is given on the Example of Creating the TabSheet Component page.

See also:

TabSheetSettings