ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.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
     
    
    <StyleTypedPropertyAttribute(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)>
    Public Class DataGridRowHeaderColumn 
       Inherits DataGridBoundColumn
    [StyleTypedProperty(Property="CellStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridCellPresenter)]
    public class DataGridRowHeaderColumn : DataGridBoundColumn 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          C1.Silverlight.DataGrid.DataGridColumn
             C1.Silverlight.DataGrid.DataGridBoundColumn
                C1.Silverlight.DataGrid.DataGridRowHeaderColumn

    See Also