C1.Win.C1FlexGrid Namespace / C1FlexGrid Class
Members

C1FlexGrid Class

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 Class
Syntax
'Declaration
 
Public Class C1FlexGrid 
   Inherits C1FlexGridBase
   Implements IFlexDataGrid, C1.Win.CoditionalFormatting.IFormattableView 
 
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
                     C1.Win.C1FlexGrid.Classic.C1FlexGridClassic

See Also