TabSheetSettings.ShowVerticalFixedShadow

Syntax

ShowVerticalFixedShadow: Boolean;

Description

The ShowVerticalFixedShadow property determines whether to show shadow to the right of the fixed columns.

Comments

Use JSON or the setShowVerticalFixedShadow method to set the property value and the getShowVerticalFixedShadow method to get the property value.

If the property is set to True, the shadow is shown to the right of the fixed columns, otherwise it is not (default).

Example

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

See also:

TabSheetSettings