TabSheetSettings.DisplayAccessRights

Syntax

DisplayAccessRights: Boolean

Description

The DisplayAccessRights property controls visibility of an icon that indicates access permissions for table cells.

Comments

Use the setDisplayAccessRights method to set the property value, and the getDisplayAccessRights method to get the property value. Property value cannot be set from JSON.

The property contains a Boolean value. If the property is set to True, the icon that indicates access permissions for the table cells is shown, if the property is set to False, the icon is not shown.

Default property value is True.

Example

The example of property use is given on the TabSheetCellStyle Constructor page.

See also:

TabSheetSettings