Click or drag to resize
StyleClone Method
Creates a new Style that is a copy of the current instance.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual Object Clone()

Return Value

Type: Object
A new Style object that is a copy of the current object.
See Also