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

In This Topic
    Row Property (C1ViewColumnChangeEventArgs)
    In This Topic
    Gets the C1ViewRow in which C1ViewColumn is being changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1ViewRow
    public C1ViewRow Row {get;}
    See Also