Click or drag to resize
CellCopyStyle Method
Copies the new style over the style stored in this cell object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool CopyStyle(
	Style style
)

Parameters

style
Type: Stingray.GridStyle
The style to apply to this cell.

Return Value

Type: Boolean
true on success.
Remarks
All attributes are copied from the source style to the destination style. Attributes that are not included in the source style are removed from the destination style.
See Also