Gets or sets a value indicating whether the C1NavigationListItem is checked.

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

Syntax

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

Field Value

Remarks

Set this property to true to indicate a checked state; otherwise, false. The default is false.

See Also