Gets or sets a value indicating whether this option item, if checked, will remain checked when other option items are checked. If this property is false, this option item will be automatically unchecked whenever another option item is checked.

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

Syntax

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

See Also