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

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

    See Also