ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroupCollection Class / Owner Property

In This Topic
    Owner Property (UserCellGroupCollection)
    In This Topic
    Gets the RenderTable object containing the current collection of user cell groups.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As RenderTable
    public RenderTable Owner {get;}
    See Also