Gets or sets a value indicating whether Edit Items UI is shown.

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

Syntax

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

Remarks

Default value is false.

See Also