Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ChatDataItemCollection : IEnumerable, INotifyCollectionChanged
Inheritance: objectChatDataItemCollection
Implements:
Constructors
C#
public ChatDataItemCollection(ChatMessagesViewElement owner)
Properties
C#
public bool IsReadOnly { get; }
C#
public ChatMessagesViewElement Owner { get; }
Methods
C#
public void AddRange(IEnumerable<BaseChatDataItem> items)
C#
protected virtual void AdjustMessageTypes()
C#
public void Clear()
C#
public void CopyTo(BaseChatDataItem[] array, int arrayIndex)
C#
public void InsertRange(int index, IEnumerable<BaseChatDataItem> items)
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Events
Occurs when the collection changes.
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: