ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemsChangedEventArgs Class / ItemCount Property

In This Topic
    ItemCount Property (C1ItemsChangedEventArgs)
    In This Topic
    ets the number of items that were involved in the change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemCount As Integer
    public int ItemCount {get;}

    Property Value

    Integer that represents the number of items involved in the change.
    See Also