CollectionViewGroup.ProtectedItemCount Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the number of data items in the subtree under this group.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Protected Property ProtectedItemCount As Integer
protected int ProtectedItemCount { get; set; }

Property Value

Type: System..::.Int32
The number of data items in the subtree under this group.

Remarks

Derived classes can change the count by using this property. The changes will be reflected in the public ItemCount property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

CollectionViewGroup Class

System.Windows.Data Namespace