New to Telerik ReportingStart a free 30-day trial

Represents a processed interactive action that has toggled the visibility of one or more data items and groups.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class ToggleVisibilityAction : ProcessingIdentifierAction, IAction, IAction

Inheritance: objectActionBaseProcessingIdentifierActionToggleVisibilityAction

Implements: IActionIAction

Inherited Members ProcessingIdentifierAction.ToString()ProcessingIdentifierAction.Equals(ProcessingIdentifierAction)ProcessingIdentifierAction.TargetsProcessingIdentifierAction.StateActionBase.ReportItemName

Properties

Gets the state of the expand/collapse mark by definition.

C#
public bool InitialDisplayExpandedMark { get; }

Gets the currently applied toggle state of the action.

C#
public bool Toggled { get; }

Methods

Internal use only

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: ProcessingIdentifierAction.Equals(object)

Internal use only

C#
public override int GetHashCode()
Returns:

int

Overrides: ProcessingIdentifierAction.GetHashCode()