'Declaration Public Property SelectionBehavior As SelectionBehavior
'Usage Dim instance As GroupHeaderControl Dim value As SelectionBehavior instance.SelectionBehavior = value value = instance.SelectionBehavior
public SelectionBehavior SelectionBehavior {get; set;}
Property Value
A SelectionBehavior enum value:
| Member | Description |
|---|---|
| Default | Only the Expand/Collapse ToggleButton and the GroupNavigationControl will not trigger selection. |
| None | Any click on any child control will not trigger selection. |
| All | Any click on any child control will trigger selection, including the Expand/Collapse ToggleButton and the GroupNavigationControl. |