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

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

Syntax

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

Field Value

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

See Also