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

In This Topic
    GridGroupRowCell Class
    In This Topic
    Visual element displayed in the group rows to allow the user expand and collapse as well as displaying the name of the group.
    Object Model
    GridGroupRowCell Class
    Syntax
    'Declaration
     
    Public Class GridGroupRowCell 
       Inherits C1.WPF.Core.C1View
    public class GridGroupRowCell : C1.WPF.Core.C1View 
    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.GridGroupRowCell

    See Also