Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / CellCollection Class
Properties Methods


In This Topic
    CellCollection Class Members
    In This Topic

    The following tables list the members exposed by CellCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CellCollection class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<Cell>)
    Public PropertyOverloaded. Retrieves the cell with the specified parent column from the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<Cell>)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all cells from the collection.  
    Protected MethodOverridden. Inserts a cell at the specified index.  
    Protected MethodOverridden. Removes the cell at the specified index.  
    Protected MethodOverridden. Replaces an existing cell with the specified item.  
    Top
    See Also