DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / C1FilterEditor Class / View Property

In This Topic
    View Property (C1FilterEditor)
    In This Topic
    Gets the result of filtering the DataSource.
    Syntax
    'Declaration
     
    Public ReadOnly Property View As IReadOnlyList(Of Object)
    public IReadOnlyList<object> View {get;}
    See Also