Пример #1
0
 protected void RefreshItems()
 {
     if (ItemsCollection != null)
     {
         ItemsCollection.Refresh();
     }
 }
Пример #2
0
 /// <summary>
 /// Updates the collection view and makes sure items are filtered.
 /// </summary>
 public void FilterUpdate()
 {
     ItemsCollection.Refresh();
 }