Gets the original RenderField object that produced the current object during data binding, or null if there is no such object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderField Original { get; }
Visual Basic
Public ReadOnly Property Original As RenderField
	Get

See Also