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

In This Topic
    Row Property (C1ViewFilterRowEventArgs)
    In This Topic
    Gets a row whose filter conditions are being checked.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1ViewRow
    public C1ViewRow Row {get;}
    See Also