Class ToggleVisibilityAction
Represents a processed interactive action that has toggled the visibility of one or more data items and groups.
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ToggleVisibilityAction : ProcessingIdentifierAction, IStateAction<string>, IAdornerAction, IAction, IAction
Properties
InitialDisplayExpandedMark
Gets the state of the expand/collapse mark by definition.
Declaration
public bool InitialDisplayExpandedMark { get; }
Property Value
System.Boolean
|
Toggled
Gets the currently applied toggle state of the action.
Declaration
public bool Toggled { get; }
Property Value
System.Boolean
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|