Table of Contents
SubItemExpandOnClick Property

Gets or sets a value indicating whether a sub menu item should expand when user clicks the item or when user moves mouse over the item.

Syntax
 public Boolean SubItemExpandOnClick { get; set; }
Remarks

This property is bound to MenuBase.SubItemExpandOnClick.

See Also