Class ListObjectList
A strongly typed Array list class that maintain list option values.
Inheritance
System.Object
ListObjectList
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