LoadItemsEventArgs.ItemCount Property

Definition

Gets or sets the count of items in the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property int ItemCount { int get(); };
public int ItemCount { get; }
member this.ItemCount : int
Public ReadOnly Property ItemCount As Integer

Property Value

The count of items in the control.

Applies to