| 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; }
<BindableAttribute(true)>
<DefaultValueAttribute("50")>
Public ReadOnly Property ItemCount As Integer
Get
Property Value
Type:
Int32Remarks See Also