ToggleTemplateCellAction Class

Represents a toggle (expand / collapse) template cell action.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsActionBase
    Dundas.BI.Entities.ViewsToggleTemplateCellAction

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ToggleTemplateCellAction : ActionBase

The ToggleTemplateCellAction type exposes the following members.

Constructors
 NameDescription
Public methodToggleTemplateCellAction Initializes a new instance of the ToggleTemplateCellAction class.
Top
Properties
 NameDescription
Public propertyActionType Gets the action type.
(Overrides ActionBaseActionType)
Public propertyFriendlyName Gets or sets the friendly name.
(Inherited from ActionBase)
Public propertyId Gets or sets the ID.
(Inherited from ActionBase)
Public propertyIsHorizontal Gets or sets a value indicating whether the expand / collapse is horizontal. By default, it is vertical.
Public propertyName Gets or sets the name.
(Inherited from ActionBase)
Top
See Also