Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / QueryItemCountEventArgs Class / Count Property


    Count Property (QueryItemCountEventArgs)
    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

    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