The OnClick property returns/sets a custom client-side OnClick event handler for the Group button.

Property Value

The client-side OnClick event handler string.

Remarks

Sets the Group's OnClick client-side event handler. (example: OnClick="MyOnClickHandler();"). After the handler function completes, the Group will expand to show its Item list. To override the expanding action, set "return false;" after your handler statement.

Default: Empty String


Copyright © Coalesys, Inc.