FlexGrid for WinForms
C1FlexGrid Class
Members 



The C1FlexGrid control is a powerful, full-featured grid.

C1FlexGrid provides advanced features such as outline trees, cell merging, masked editing, translated combo and image lists, owner-draw cells, and automatic data aggregation.

Object Model
C1FlexGrid ClassColumnCollection ClassColumn ClassComboBoxEditor ClassCellRange StructureGridGlyphs ClassCellRangeCollection ClassCellRange StructureNode ClassGridPrinter ClassC1FlexGridRenderer ClassRowCollection ClassRow ClassCellRange StructureColumn ClassCellStyleCollection ClassCellStyle ClassGridTree Class
Syntax
'Declaration
 
<DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="C1.Win.C1FlexGrid.Design.GridDesigner, C1.Win.C1FlexGrid.4.Design, Version=4.0.20172.271")>
<LicenseProviderAttribute(System.ComponentModel.LicenseProvider)>
<ToolboxBitmapAttribute()>
<DockingAttribute(DockingBehavior.Ask)>
<ComVisibleAttribute(True)>
<C1DescriptionAttribute("A powerful, full-featured data grid control with outline trees, cell merging and  other features.")>
Public Class C1FlexGrid 
   Inherits C1FlexGridBase
'Usage
 
Dim instance As C1FlexGrid
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="C1.Win.C1FlexGrid.Design.GridDesigner, C1.Win.C1FlexGrid.4.Design, Version=4.0.20172.271")]
[LicenseProvider(System.ComponentModel.LicenseProvider)]
[ToolboxBitmap()]
[Docking(DockingBehavior.Ask)]
[ComVisible(true)]
[C1Description("A powerful, full-featured data grid control with outline trees, cell merging and  other features.")]
public class C1FlexGrid : C1FlexGridBase 
[Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="C1.Win.C1FlexGrid.Design.GridDesigner, C1.Win.C1FlexGrid.4.Design, Version=4.0.20172.271")]
[LicenseProvider(System.ComponentModel.LicenseProvider)]
[ToolboxBitmap()]
[Docking(DockingBehavior.Ask)]
[ComVisible(true)]
[C1Description("A powerful, full-featured data grid control with outline trees, cell merging and  other features.")]
public ref class C1FlexGrid : public C1FlexGridBase 
Remarks

C1FlexGrid can be used in bound mode, where it displays data from .NET data sources, or in unbound mode, where the grid itself manages the data.

You can use C1FlexGrid to read and write Excel files (.Xls), or read and write grid contents to and from Xml files.

Classes derived from C1FlexGrid should have a LicenseProvider attribute so Visual Studio will embed the appropriate licensing information into projects that use the derived control.

For example:

[LicenseProvider(typeof(LicenseProvider))] public class MyGrid : C1FlexGrid { // implementation }
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl
               C1.Win.C1FlexGrid.C1FlexGridBase
                  C1.Win.C1FlexGrid.C1FlexGrid

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

Reference

C1FlexGrid Members
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback