ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / View Property

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