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

In This Topic
    SelectionStyle Property (C1GridControl)
    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