ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Lexicon Class / Item Property

In This Topic
    Item Property (Lexicon)
    In This Topic
    Gets or sets the item by speical index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As LexiconItem
    public LexiconItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The LexiconItem at the index.
    See Also