ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelection Class / SelectedRanges Property

In This Topic
    SelectedRanges Property (DataGridSelection)
    In This Topic
    Gets the selected ranges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedRanges As DataGridSelectedItemsCollection(Of DataGridCellsRange)

    Property Value

    The selected ranges.
    See Also