[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IToggleController

IToggleController Interface

Represents an interface for IReportItem inheritors that can toggle the visibility of other report entities.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IToggleController

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.

Methods

Name Description
Toggle()

Sends a toggle notification to all controlled items.

Extension Methods