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

In This Topic
    GridTextCellView Class
    In This Topic
    Grid cell dedicated to render text.
    Object Model
    GridTextCellView Class
    Syntax
    'Declaration
     
    Public Class GridTextCellView 
       Inherits GridCellView
    public class GridTextCellView : GridCellView 
    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