Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / Original Property

In This Topic
    Original Property (RenderField)
    In This Topic
    Gets the original RenderField object that produced the current object during data binding, or null if there is no such object.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Original As RenderField
    public new RenderField Original {get;}
    See Also