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

In This Topic
    IndexInParent Property
    In This Topic
    Gets the 0-based index of the current fragment in the Children collection of its Parent.
    Syntax
    'Declaration
     
    Public ReadOnly Property IndexInParent As System.Integer
    public System.int IndexInParent {get;}
    See Also