ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowHeaderColumn Class
Members

In This Topic
    DataGridRowHeaderColumn Class
    In This Topic
    Column whose cells are row headers. This column is typically aligned to the left and can be used with other columns of this type in order to merge row headers.
    Object Model
    DataGridRowHeaderColumn Class
    Syntax
    'Declaration
     
    
    Public Class DataGridRowHeaderColumn 
       Inherits DataGridBoundColumn
    public class DataGridRowHeaderColumn : DataGridBoundColumn 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.DataGridColumn
                C1.WPF.DataGrid.DataGridBoundColumn
                   C1.WPF.DataGrid.DataGridRowHeaderColumn

    See Also