Gets a value indicating whether control will execute postback on item click.

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

Syntax

C#
public bool PostBackOnClick { get; }
Visual Basic
Public ReadOnly Property PostBackOnClick As Boolean
	Get

Field Value

true if [call back on click]; otherwise, false.

See Also