Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / CellList Class
Properties Methods


In This Topic
    CellList Class Members
    In This Topic

    The following tables list the members exposed by CellList.

    Public Properties
     NameDescription
    Public PropertyGets the number of items contained in the list. (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Public PropertyOverridden. Gets a value indicating whether the CellList has a fixed size.  
    Public PropertyOverridden. Gets a value indicating whether the CellList is readonly.  
    Public PropertyGets a boolean value indicating if access to the list is synchronized (thread-safe). (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Public PropertyOverloaded. Gets the cell at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the list. (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a cell to the list.  
    Public MethodRemoves all cells from the list.  
    Public MethodRetrieves a boolean value indicating if a specific cell exists in the list.  
    Public MethodCopies the elements of the list to the specified array. (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Public MethodOverloaded. Searches for the specified Xceed.Grid.Cell object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a cell into the list at the specified index.  
    Public MethodRemoves the cell from the list.  
    Public MethodRemoves the cell from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Creates a cell from from a template.  
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the CellList instance.  
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes before inserting a new element into the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the CellList instance.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Performs additional custom processes when a place holder has been inserted.  
    Protected MethodOverridden.   
    Protected MethodOverridden. Performs additional custom processes when removing an element from the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes after removing an element from the CellList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the CellList instance.  
    Protected Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Protected Internal Method (Inherited from Xceed.Grid.Collections.VirtualListBase)
    Top
    See Also