AdvancedCollectionView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdvancedCollectionView() |
Initializes a new instance of the AdvancedCollectionView class. |
AdvancedCollectionView(IList, Boolean) |
Initializes a new instance of the AdvancedCollectionView class. |
AdvancedCollectionView()
Initializes a new instance of the AdvancedCollectionView class.
public AdvancedCollectionView();
Public Sub New ()
Applies to
AdvancedCollectionView(IList, Boolean)
Initializes a new instance of the AdvancedCollectionView class.
public AdvancedCollectionView(System.Collections.IList source, bool isLiveShaping = false);
new Microsoft.Toolkit.Uwp.UI.AdvancedCollectionView : System.Collections.IList * bool -> Microsoft.Toolkit.Uwp.UI.AdvancedCollectionView
Public Sub New (source As IList, Optional isLiveShaping As Boolean = false)
Parameters
- source
- IList
source IEnumerable
- isLiveShaping
- Boolean
Denotes whether or not this ACV should re-filter/re-sort if a PropertyChanged is raised for an observed property.