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

In This Topic
    Selection Property (C1DataGrid)
    In This Topic
    Gets the selection object which allows to query the current selection as well as modifying it.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Selection As DataGridSelection
    public DataGridSelection Selection {get;}
    See Also