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

In This Topic
    SelectedItems Property (FlexGrid)
    In This Topic
    Gets the collection of selected data items.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedItems As GridSelectedItemsCollection
    public GridSelectedItemsCollection SelectedItems {get;}
    See Also