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

In This Topic
    GridCellView Class
    In This Topic
    Contains properties that will be applied to cell view elements.
    Object Model
    GridCellView Class
    Syntax
    'Declaration
     
    Public Class GridCellView 
       Inherits GridControlCellView
    public class GridCellView : GridControlCellView 
    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.Core.C1Border
                               C1.WPF.Grid.GridControlCellView
                                  C1.WPF.Grid.GridCellView
                                     C1.WPF.Grid.GridTextCellView

    See Also