ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CollectionView Property

In This Topic
    CollectionView Property (BaseCollectionView)
    In This Topic
    Gets or sets the collection view associated to this class.
    Syntax
    'Declaration
     
    
    Public Property CollectionView As ICollectionView
    public ICollectionView CollectionView {get; set;}

    Property Value

    The collection view.
    See Also