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:
Inherited Members
Properties
Gets the state of the expand/collapse mark by definition.
C#
public bool InitialDisplayExpandedMark { get; }
Toggled
bool
Gets the currently applied toggle state of the action.
C#
public bool Toggled { get; }
Methods
Equals(object)
bool
Internal use only
C#
public override bool Equals(object obj)
bool
Overrides:
Internal use only
C#
public override int GetHashCode()
int
Overrides: