Intersoft ClientUI Documentation
Count Property (PagedCollectionView)



Gets the number of records in the view after filtering, sorting, and paging.
Syntax
Public Overridable ReadOnly Property Count As Integer
Dim instance As PagedCollectionView
Dim value As Integer
 
value = instance.Count
public virtual int Count {get;}
public:
virtual property int Count {
   int get();
}

Property Value

The number of records in the view after filtering, sorting, and paging.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PagedCollectionView Class
PagedCollectionView Members

Send Feedback