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


In This Topic
    GridControl Class
    In This Topic
    Represents the Xceed grid control. It allows you to display and edit data using a flexible and extensible grid.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Represents the Xceed grid control. It allows you to display and edit data using a flexible and extensible grid.")>
    <DefaultEventAttribute("AddingDataRow")>
    <DefaultPropertyAttribute("DataSource")>
    <DesignerAttribute("Xceed.Grid.Design.GridControlDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerCategoryAttribute("Control")>
    <ToolboxBitmapAttribute(Xceed.Grid.GridControl)>
    <ToolboxItemAttribute(True)>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    Public Class GridControl 
       Inherits Xceed.UI.ThemedControl
       Implements Xceed.UI.IKeyboardHandlingXceed.UI.IThemed 
    'Usage
     
    Dim instance As GridControl
    [Description("Represents the Xceed grid control. It allows you to display and edit data using a flexible and extensible grid.")]
    [DefaultEvent("AddingDataRow")]
    [DefaultProperty("DataSource")]
    [Designer("Xceed.Grid.Design.GridControlDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerCategory("Control")]
    [ToolboxBitmap(Xceed.Grid.GridControl)]
    [ToolboxItem(true)]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    public class GridControl : Xceed.UI.ThemedControl, Xceed.UI.IKeyboardHandlingXceed.UI.IThemed  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                Xceed.UI.ThemedControl
                   Xceed.Grid.GridControl

    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