skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ItemObservableCollection<T>

Extends ObservableCollection<T> to listen to Items' PropertyChanged and CollectionChanged events.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<T>
ObservableCollection<T>
ItemObservableCollection<T>
ColumnGroupRowCollection
ConditionalFormattingObjectCollection
Inherited Members
ObservableCollection<T>.CountString
ObservableCollection<T>.ItemArrayString
ObservableCollection<T>.InsertItem(Int32, T, Action<T>)
ObservableCollection<T>.Move(Int32, Int32)
ObservableCollection<T>.MoveItem(Int32, Int32)
ObservableCollection<T>.BeginUpdate()
ObservableCollection<T>.BeginItemUpdate()
ObservableCollection<T>.EndItemUpdate()
ObservableCollection<T>.EndItemUpdate(Boolean)
ObservableCollection<T>.EndUpdate(Boolean)
ObservableCollection<T>.EndUpdate()
ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<T>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<T>.CallCollectionChanged(Object, NotifyCollectionChangedEventArgs)
ObservableCollection<T>.OnCollectionChanging(NotifyCollectionChangingEventArgs)
ObservableCollection<T>.NotifyListenersCollectionChanging(NotifyCollectionChangingEventArgs)
ObservableCollection<T>.CallCollectionChanging(Object, NotifyCollectionChangingEventArgs)
ObservableCollection<T>.AddRange(IEnumerable<T>)
ObservableCollection<T>.RemoveRange(IEnumerable<T>)
ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedAction, Object, Int32)
ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedAction, Object, Int32, Int32)
ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedAction, Object, Object, Int32)
ObservableCollection<T>.OnCollectionReset(IList)
ObservableCollection<T>.OnCollectionChanging(NotifyCollectionChangedAction, Object, Int32)
ObservableCollection<T>.OnCollectionChanging(NotifyCollectionChangedAction, Object, Int32, Int32)
ObservableCollection<T>.OnCollectionChanging(NotifyCollectionChangedAction, Object, Object, Int32)
ObservableCollection<T>.OnCollectionReseting()
ObservableCollection<T>.OnNotifyPropertyChanged(String)
ObservableCollection<T>.OnNotifyPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<T>.OnNotifyPropertyChanging(String)
ObservableCollection<T>.OnNotifyPropertyChanging(PropertyChangingEventArgsEx)
ObservableCollection<T>.IList.Add(Object)
ObservableCollection<T>.IList.Clear()
ObservableCollection<T>.IList.Contains(Object)
ObservableCollection<T>.IList.IndexOf(Object)
ObservableCollection<T>.IList.Insert(Int32, Object)
ObservableCollection<T>.IList.Remove(Object)
ObservableCollection<T>.IList.RemoveAt(Int32)
ObservableCollection<T>.IList.get_Item(Int32)
ObservableCollection<T>.IList.set_Item(Int32, Object)
ObservableCollection<T>.ICollection.CopyTo(Array, Int32)
ObservableCollection<T>.IEnumerable.GetEnumerator()
ObservableCollection<T>.IsUpdated
ObservableCollection<T>.IList.IsFixedSize
ObservableCollection<T>.IList.IsReadOnly
ObservableCollection<T>.IList.Item[Int32]
ObservableCollection<T>.ICollection.Count
ObservableCollection<T>.ICollection.IsSynchronized
ObservableCollection<T>.ICollection.SyncRoot
ObservableCollection<T>.CollectionChanged
ObservableCollection<T>.CollectionChanging
ObservableCollection<T>.PropertyChanged
ObservableCollection<T>.PropertyChanging
System.Collections.ObjectModel.Collection<T>.Add(T)
System.Collections.ObjectModel.Collection<T>.Clear()
System.Collections.ObjectModel.Collection<T>.CopyTo(T[], System.Int32)
System.Collections.ObjectModel.Collection<T>.Contains(T)
System.Collections.ObjectModel.Collection<T>.GetEnumerator()
System.Collections.ObjectModel.Collection<T>.IndexOf(T)
System.Collections.ObjectModel.Collection<T>.Insert(System.Int32, T)
System.Collections.ObjectModel.Collection<T>.Remove(T)
System.Collections.ObjectModel.Collection<T>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<T>.Count
System.Collections.ObjectModel.Collection<T>.Items
System.Collections.ObjectModel.Collection<T>.Item[System.Int32]
System.Collections.ObjectModel.Collection<T>.System.Collections.Generic.ICollection<T>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll

Syntax

public class ItemObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx where T : class, INotifyPropertyChangingEx, INotifyPropertyChanged
Type Parameters
T

Constructors

ItemObservableCollection()

Declaration
public ItemObservableCollection()

ItemObservableCollection(IList<T>)

Declaration
public ItemObservableCollection(IList<T> list)
Parameters
System.Collections.Generic.IList<T> list

Methods

ClearItems()

Declaration
protected override void ClearItems()
Overrides
Telerik.WinControls.Data.ObservableCollection<T>.ClearItems()

InsertItem(Int32, T)

Declaration
protected override void InsertItem(int index, T item)
Parameters
System.Int32 index

T item

Overrides
Telerik.WinControls.Data.ObservableCollection<T>.InsertItem(System.Int32, T)

ItemEventsSubscribe(T)

Declaration
protected virtual void ItemEventsSubscribe(T item)
Parameters
T item

ItemEventsUnsubscribe(T)

Declaration
protected virtual void ItemEventsUnsubscribe(T item)
Parameters
T item

OnItemPropertyChanged(Object, EventArgs)

Declaration
protected virtual void OnItemPropertyChanged(object sender, EventArgs e)
Parameters
System.Object sender

System.EventArgs e

OnItemPropertyChanging(Object, CancelEventArgs)

Declaration
protected virtual void OnItemPropertyChanging(object sender, CancelEventArgs e)
Parameters
System.Object sender

System.ComponentModel.CancelEventArgs e

RemoveItem(Int32)

Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32 index

Overrides
Telerik.WinControls.Data.ObservableCollection<T>.RemoveItem(System.Int32)

SetItem(Int32, T)

Declaration
protected override void SetItem(int index, T item)
Parameters
System.Int32 index

T item

Overrides
Telerik.WinControls.Data.ObservableCollection<T>.SetItem(System.Int32, T)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.