WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridListControlItemAccessibleObjectsIndexer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridListControlItemAccessibleObjectsIndexer

    Used internally. Provides indexing support for GridListControlItemAccessibleObject

    Inheritance
    System.Object
    GridListControlItemAccessibleObjectsIndexer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridListControlItemAccessibleObjectsIndexer

    Properties

    Item[Int32]

    Used internally. Used to get item using index.

    Declaration
    public GridListControlItemAccessibleObject this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    The Index.

    Property Value
    Type Description
    GridListControlItemAccessibleObject

    Returns the index of the value .

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