Spread WPF 18
GrapeCity.Core Namespace / ICustomProperties Interface / Count Property


In This Topic
    Count Property (ICustomProperties)
    In This Topic
    Gets a value that represents the number of custom properties in the collection.
    Syntax
    'Declaration
     
    ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As ICustomProperties
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also