Intersoft ClientUI Documentation
Count Property (HierarchicalCollectionView)



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

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

HierarchicalCollectionView Class
HierarchicalCollectionView Members

Send Feedback