Class
ToggleVisibilityAction

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:

cs-api-definition
public class ToggleVisibilityAction : ProcessingIdentifierAction, IAction, IAction

Inheritance: objectActionBaseProcessingIdentifierActionToggleVisibilityAction

Implements: IActionIAction

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

Properties

InitialDisplayExpandedMark

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

Declaration

cs-api-definition
public bool InitialDisplayExpandedMark { get; }

Property Value

bool

Toggled

Gets the currently applied toggle state of the action.

Declaration

cs-api-definition
public bool Toggled { get; }

Property Value

bool

Methods

Equals(object)

Internal use only

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ProcessingIdentifierAction.Equals(object)

GetHashCode()

Internal use only

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ProcessingIdentifierAction.GetHashCode()