Class SelectedItemsCollection
Represents a class that contains the collection of selected items.
Inheritance
System.Object
SelectedItemsCollection
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Interactivity
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SelectedItemsCollection
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 |