Interface ILookUpObjectList
An Interface that defines Collection of ILookUpObject items.
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public interface ILookUpObjectList
Properties
Item[Int32]
Indexer that returns a ILookUpObject.
Declaration
ILookUpObject this[int i] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | Gets i-th Object |
Property Value
Type |
---|
ILookUpObject |