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

In This Topic
    DetailProviderRowHeaderCell Class
    In This Topic
    Visual element that represent the content of the row header of a row when using FlexGridDetailProvider.
    Object Model
    DetailProviderRowHeaderCell Class
    Syntax
    'Declaration
     
    Public Class DetailProviderRowHeaderCell 
       Inherits C1.WPF.Core.C1Border
    public class DetailProviderRowHeaderCell : 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.DetailProviderRowHeaderCell

    See Also