ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / RowHeaderStyle Property

In This Topic
    RowHeaderStyle Property (DataGridRow)
    In This Topic
    Gets or sets the style applied to the row header presenter of this row.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderStyle As Style
    public Style RowHeaderStyle {get; set;}
    See Also