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

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1MenuClient (in C1MenuClient.dll)

Syntax

JavaScript
function get_checked();
function set_checked(value);

Remarks

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

See Also