Intersoft ClientUI Documentation
TotalItemCount Property (PagedCollectionView)



Gets the total number of items in the view before paging is applied.
Syntax
Public ReadOnly Property TotalItemCount As Integer
Dim instance As PagedCollectionView
Dim value As Integer
 
value = instance.TotalItemCount
public int TotalItemCount {get;}
public:
property int TotalItemCount {
   int get();
}

Property Value

The total number of items in the view before paging is applied.
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