Infragistics2.Shared.v8.1
Count Property
See Also 
Infragistics.Shared Namespace > DisposableObjectCollectionBase Class : Count Property

Returns the number of items in the collection

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Count As Integer
C# 
public virtual int Count {get;}

See Also