ClassToggleVisibilityAction
Class
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:
Inherited Members
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
GetHashCode()
Internal use only
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides