GridElementBase Class
See Also  Members  
Xceed.Grid Assembly > Xceed.Grid Namespace : GridElementBase Class


Base class for all grid elements.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class GridElementBase 
   Inherits System.MarshalByRefObject
Visual Basic (Usage)Copy Code
Dim instance As GridElementBase
C# 
public abstract class GridElementBase : System.MarshalByRefObject 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.Grid.GridElementBase
         Xceed.Grid.GridElement

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also