Selections in Groups
C1WebTabStrip's groups contain several behavioral properties that help manage the selection in the groups. The selection behavioral style properties include the following:
• AllowSelectItem – If True, one or more items in the group can be selected.
• AllowMultipleSelect – If False, only one item in the group can be selected.
• AlwaysHasSelected – If True and if AllowSelectItem = True, at minimum one item in the group can be selected.
|