Gets or sets the total update panels count. Value of this property is constant.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public int UpdatePanelsCount { get; set; }
Visual Basic
Public Property UpdatePanelsCount As Integer
	Get
	Set

Field Value

The update panels count.

See Also