ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / Master Property

In This Topic
    Master Property
    In This Topic
    Gets an C1GridView object that represents a master grid that contains this grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Master As C1GridView
    public C1GridView Master {get;}
    See Also