CellCollection Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : CellCollection Class

Represents a dynamic cell collection that provides notifications when items are added, removed, or when the collection is refreshed.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class CellCollection 
   Inherits Collection(Of Cell)
   Implements ICollection(Of Cell), IEnumerable(Of Cell), IList(Of Cell), ICollectionIEnumerableIList 
C# 
[DefaultMemberAttribute("Item")]
public class CellCollection : Collection<Cell>, ICollection<Cell>, IEnumerable<Cell>, IList<Cell>, ICollectionIEnumerableIList  

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<Cell>
      Xceed.Wpf.DataGrid.CellCollection

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also