alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ListObjectList

    A strongly typed Array list class that maintain list option values.

    Inheritance
    System.Object
    ListObjectList
    Implements
    System.ComponentModel.ITypedList
    ILookUpObjectList
    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public class ListObjectList : ArrayList, ITypedList, ILookUpObjectList

    Constructors

    ListObjectList()

    Declaration
    public ListObjectList()

    Properties

    Item[Int32]

    Gets or sets the i-th item in the list.

    Declaration
    public ILookUpObject this[int i] { get; set; }
    Parameters
    Type Name Description
    System.Int32 i

    The key to identify the desired item.

    Property Value
    Type
    ILookUpObject

    Methods

    GetItemProperties(PropertyDescriptor[])

    Gets ListObject property descriptors collection.

    Declaration
    public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors

    An array of PropertyDescriptor objects to find in the collection as bindable. This can be a null reference.

    Returns
    Type Description
    System.ComponentModel.PropertyDescriptorCollection

    The property descriptors for each property in ListObject.

    GetListName(PropertyDescriptor[])

    Gets the name of the list, i.e. "ListObject".

    Declaration
    public string GetListName(PropertyDescriptor[] listAccessors)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyDescriptor[] listAccessors

    An array of PropertyDescriptor objects to find in the collection as bindable. This can be a null reference.

    Returns
    Type Description
    System.String

    The list name.

    Implements

    System.ComponentModel.ITypedList
    ILookUpObjectList
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved