IToggleController Interface Members
In This Topic
The following tables list the members exposed by IToggleController.
Public Properties
| Name | Description |
 | ActionKey | Gets the action key that specifies the current item toggles action. |
 | InitialState | Gets a value indicating whether the initial toggle state is 'on'. |
 | IsExpanded | Gets a value indicating whether the current toggle state is 'on'. |
 | IsToggle | Gets a value indicating whether the current item toggles the visibility of any report items. |
Top
Public Methods
| Name | Description |
 | Toggle | Sends a toggle notification to all controlled items. |
Top
See Also