Property | Type | Description | |
---|---|---|---|
CollectionViewProperty | |||
GroupCountProperty |
Property | Type | Description | |
---|---|---|---|
IncrementalLoaderProperty |
Method | Description | |
---|---|---|
DependencyCollectionViewGroupingManagerBase ( DependencyCollectionView collectionView ) : System | ||
TryAddItemToGroup ( object item ) : bool | ||
TryRemoveItemFromGroup ( object item ) : bool |
Method | Description | |
---|---|---|
OnAddingItemToGroup ( object item ) : bool | ||
OnRemovingingItemFromGroup ( object item ) : bool |
Method | Description | |
---|---|---|
InitCollectionViewGroup ( DependencyCollectionView view, int count ) : void |
public DependencyCollectionViewGroupingManagerBase ( DependencyCollectionView collectionView ) : System | ||
collectionView | DependencyCollectionView | |
return | System |
protected abstract OnAddingItemToGroup ( object item ) : bool | ||
item | object | |
return | bool |
protected abstract OnRemovingingItemFromGroup ( object item ) : bool | ||
item | object | |
return | bool |
public TryAddItemToGroup ( object item ) : bool | ||
item | object | |
return | bool |
public TryRemoveItemFromGroup ( object item ) : bool | ||
item | object | |
return | bool |
public static DependencyProperty,Windows.UI.Xaml CollectionViewProperty | ||
return |
public static DependencyProperty,Windows.UI.Xaml GroupCountProperty | ||
return |