Table of Contents
CheckGroup Property

Gets or sets the check group for this item.

Syntax
 public String CheckGroup { get; set; }
Remarks

When multiple sibling menu items have the same CheckGroup value, only one menu item can be checked in these items. This results in the following behavior when CheckGroup is set:

  • Checking one item automatically uncheck any other items that are already checked in the same group;
  • If an item is already checked, clicking it again does not automatically uncheck it;
See Also