Share via


VirtualizingLayoutContext.ItemCountCore Method

Definition

When implemented in a derived class, retrieves the number of items in the data.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

protected:
 virtual int ItemCountCore() = ItemCountCore;
int ItemCountCore();
protected virtual int ItemCountCore();
Protected Overridable Function ItemCountCore () As Integer

Returns

Int32

int

The number of items in the data.

Applies to

See also