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

In This Topic
    Accept Property
    In This Topic
    Allows to accept row (true) or filter it out (false).
    Syntax
    'Declaration
     
    Public Property Accept As System.Boolean
    public System.bool Accept {get; set;}
    See Also