Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class / Copies Property

In This Topic
    Copies Property (RenderInputButtonBase)
    In This Topic
    Gets the collection of RenderObject objects generated by data binding. The value of this property is null if the object is not data bound.
    Syntax
    'Declaration
     
    Public ReadOnly Property Copies As RenderObjectList
    public RenderObjectList Copies {get;}
    See Also