FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / RowHeaderSelectedStyle Property

In This Topic
    RowHeaderSelectedStyle Property
    In This Topic
    Gets or sets the System.Windows.Style applied to the selected row headers.
    Syntax
    'Declaration
     
    Public Property RowHeaderSelectedStyle As Style
    public Style RowHeaderSelectedStyle {get; set;}
    See Also