Intersoft ClientUI Documentation
Count Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : Count Property






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

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As Integer
 
value = instance.Count
C# 
public virtual int Count {get;}
Delphi 
public read-only property Count: Integer; virtual; 
JScript 
public function get Count : int
Managed Extensions for C++ 
public: __property virtual int get_Count();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.