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

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