[]
Represents an interface for IReportItem inheritors that can toggle the visibility of other report entities.
public interface IToggleController
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. |
Name | Description |
---|---|
Toggle() | Sends a toggle notification to all controlled items. |