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

In This Topic
    RowHeaderStyle Property (C1DataGrid)
    In This Topic
    Gets or sets the style that is used when rendering the row headers.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderStyle As Style
    public Style RowHeaderStyle {get; set;}
    See Also