menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectedItemsCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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 list.

    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 list; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved