Gets or sets a value indicating whether control will execute callback instead of postback when item deleted using Edit UI. Default value is true.

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

Syntax

C#
public bool CallbackOnItemDelete { get; set; }
Visual Basic
Public Property CallbackOnItemDelete As Boolean
	Get
	Set

See Also