Class GridListControlItemAccessibleObjectsIndexer
Used internally. Provides indexing support for GridListControlItemAccessibleObject
Inheritance
System.Object
GridListControlItemAccessibleObjectsIndexer
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridListControlItemAccessibleObjectsIndexer : Object
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 . |