ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRowAddNewEventArgs Class / Row Property

In This Topic
    Row Property (C1ViewRowAddNewEventArgs)
    In This Topic
    Gets the C1ViewRow that is being added.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1ViewRow
    public C1ViewRow Row {get;}
    See Also