Class GridListControlItemAccessibleObjectsIndexer
Used internally. Provides indexing support for GridListControlItemAccessibleObject
Inheritance
System.Object
GridListControlItemAccessibleObjectsIndexer
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.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 . |