FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class
Members

In This Topic
    FlexGrid Class
    In This Topic
    Control used to display and edit tabular information.
    Object Model
    FlexGrid Class
    Syntax
    'Declaration
     
    Public Class FlexGrid 
       Inherits C1GridControl
       Implements IGridPrintFactory 
    public class FlexGrid : C1GridControl, IGridPrintFactory  
    Remarks
    Supports virtualized data-binding and automatic sorting and filters in client/server scenarios.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.Grid.C1GridControl
                               C1.WPF.Grid.FlexGrid

    See Also