Table of Contents
ClientSideOnGroupCollapsed Property

Specifies the name of the client side JavaScript function to be executed when a navigation group has just collapsed.

Syntax
 public String ClientSideOnGroupCollapsed { get; set; }

Property Value

System.String

The name of the client side JavaScript function to be executed when when a menu group has collapsed. This property is read/write.

Remarks

See client side event handling for more details.

See Also