Gets or sets a value indicating whether this C1PickerItem is selected.

Namespace:  C1.Web.iPhone.C1PickerView
Assembly:  C1PickerViewClient (in C1PickerViewClient.dll)

Syntax

JavaScript
function get_selected();
function set_selected(value);

Field Value

true if selected; otherwise, false.

See Also