menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILookUpObjectList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved