Class GroupViewItemAccessibleObjectsIndexer
Inheritance
System.Object
GroupViewItemAccessibleObjectsIndexer
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.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GroupViewItemAccessibleObjectsIndexer
Constructors
GroupViewItemAccessibleObjectsIndexer(GroupView)
Declaration
public GroupViewItemAccessibleObjectsIndexer(GroupView gvctrl)
Parameters
Type | Name | Description |
---|---|---|
GroupView | gvctrl |
Properties
Item[Int32]
Declaration
public GroupViewItemAccessibleObject this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
GroupViewItemAccessibleObject |
Methods
GetItem(Int32)
Declaration
public GroupViewItemAccessibleObject GetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type |
---|
GroupViewItemAccessibleObject |
ResetItem(Int32)
Declaration
public void ResetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
SetItem(Int32, GroupViewItemAccessibleObject)
Declaration
public void SetItem(int index, GroupViewItemAccessibleObject accobj)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GroupViewItemAccessibleObject | accobj |