Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / VirtualListBase Class
Members


In This Topic
    VirtualListBase Class
    In This Topic
    Represents a list of virtualized grid elements.
    Syntax
    'Declaration
     
    <ListBindableAttribute(False)>
    Public MustInherit Class VirtualListBase 
    'Usage
     
    Dim instance As VirtualListBase
    [ListBindable(false)]
    public abstract class VirtualListBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Collections.VirtualListBase
          Xceed.Grid.Collections.CellList

    Public Properties
     NameDescription
    Public PropertyGets the number of items contained in the list.  
    Public PropertyGets a value indicating if the list has a fixed size.  
    Public PropertyGets a value indicating if the list is read-only.  
    Public PropertyGets a boolean value indicating if access to the list is synchronized (thread-safe).  
    Public PropertyGets an object that can be used to synchronize access to the list.  
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Top
    Public Methods
     NameDescription
    Public MethodCopies the elements of the list to the specified array.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also