Click or drag to resize

ListItemCount Property

Number of items in total. Calculated based on added items, but can be overruled if only some items are added due to performance. PageNumber property to calculate how many to load.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute("50")]
public int ItemCount { get; }

Property Value

Type: Int32
Remarks