IDefaultBehaviour.SelectionColor

Syntax

SelectionColor: IGxColor;

Description

The SelectionColor property determines a fill color of selected cells.

Comments

Color of the selected cells can be set with transparency or without it. To create a color with transparency, use the GxColor.CreateARGB constructor. If the A transparency component is set to 255, the default transparency degree will be used on table cells selection.

If other constructors or static methods of the GxColor class are used, a color without transparency component will be created. The transparency value already set in repository settings will be used.

Example

The property use is given in the example for the IDefaultBehaviour.SelectionBorderColor method.

See also:

IDefaultBehaviour