Alters the look of the focused cell. When the cell is not editable it is shown with a solid border.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected virtual void SetFocusCellStyle(
	C1FlexGrid grid,
	bool editable
)

Parameters

grid
Type: C1FlexGrid
editable
Type: System..::..Boolean

See Also