Xceed Toolkit Plus for WPF v4.6 Documentation
Count Property (QueryItemCountEventArgs)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > QueryItemCountEventArgs Class : Count Property
Gets or sets the number of items contained in the collection view.
Syntax
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As QueryItemCountEventArgs
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public int Count {get; set;}

Property Value

A value representing the number if items contained in the collection view, taking into account any filters that are currently applied to the items.
Requirements

Target Platforms: Windows 11, Windows 10, 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

QueryItemCountEventArgs Class
QueryItemCountEventArgs Members