Class SelectedItemsCollection
Represents a class that contains the collection of selected items.
Inheritance
System.Object
SelectedItemsCollection
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SelectedItemsCollection : Object
Constructors
SelectedItemsCollection()
Declaration
public SelectedItemsCollection()
Methods
Contains(Object)
Determines whether the specific row data is in the
Declaration
public bool Contains(object rowData)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | rowData | The row data to locate in the GridSelectedRowsCollection list. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the row data is found in the |