Gets or sets a value that determines whether or not we suppress the client-side click handlers of any elements in the header sections.

Remarks

Default value is False.

Namespace:  C1.Web.UI.Controls.C1Accordion
Assembly:  C1AccordionClient (in C1AccordionClient.dll)

Syntax

JavaScript
function get_suppressHeaderPostbacks();
function set_suppressHeaderPostbacks(value);

See Also