TabSheetMeasures.DisplayAccessRights

Syntax

DisplayAccessRights: Boolean

Description

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

Comments

Use JSON or the setDisplayAccessRights method to set the property value and the getDisplayAccessRights method to get the property value.

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.

By default, the property is set to false.

Example

The example of use is given on the page with description of the TabSheetMeasures.ColumnWidth property.

Seebsp;also:

TabSheetMeasures