Gets or sets a value that indicates whether control will be shown.

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

Syntax

JavaScript
function get_displayVisible();
function set_displayVisible(value);

Remarks

Returns true if the control is visible on the page; otherwise false.

See Also