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

In This Topic
    Count Property (Lexicon)
    In This Topic
    Gets the item count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    A int value indicates the LexiconItem count in the collection.
    See Also