WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupViewItemAccessibleObjectsIndexer

    Show / Hide Table of Contents

    Class GroupViewItemAccessibleObjectsIndexer

    Inheritance
    System.Object
    GroupViewItemAccessibleObjectsIndexer
    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.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 Description
    GroupViewItemAccessibleObject

    Methods

    GetItem(Int32)

    Declaration
    public GroupViewItemAccessibleObject GetItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved