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

In This Topic
    SelectionStyle Property (FlexGrid)
    In This Topic
    Gets or sets the System.Windows.Style of the selected cells.
    Syntax
    'Declaration
     
    Public Property SelectionStyle As Style
    public Style SelectionStyle {get; set;}
    See Also