PopupAction Class

Represents a popup action.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsActionBase
    Dundas.BI.Entities.ViewsDataAction
      Dundas.BI.Entities.ViewsPopupAction

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 PopupAction : DataAction

The PopupAction type exposes the following members.

Constructors
 NameDescription
Public methodPopupAction Initializes a new instance of the PopupAction class.
Top
Properties
 NameDescription
Public propertyActionTarget Gets or sets how the target opens when navigated to.
(Inherited from DataAction)
Public propertyActionType Gets the action type.
(Overrides ActionBaseActionType)
Public propertyBoundVisual Gets or sets the bound visual.
(Inherited from DataAction)
Public propertyFriendlyName Gets or sets the friendly name.
(Inherited from ActionBase)
Public propertyHeight Gets or sets the height.
Public propertyId Gets or sets the ID.
(Inherited from ActionBase)
Public propertyIsFocusLostIgnored Gets or sets a value indicating whether focus lost is ignored.
Public propertyIsFrameHidden Gets or sets a value indicating whether the frame is hidden.
Public propertyIsMouseLeaveIgnored Gets or sets a value indicating whether mouse leave is ignored.
Public propertyMetricSetBindingId Gets or sets the ID of the metric set binding that this data action is associated with.
(Inherited from DataAction)
Public propertyName Gets or sets the name.
(Inherited from ActionBase)
Public propertyNavigateType Gets or sets the type of the navigation for the data action.
(Inherited from DataAction)
Public propertyParameterMappings Gets the parameter mappings.
(Inherited from DataAction)
Public propertyPlaceholderAsUrl Gets or sets a value indicating whether the placeholder should be treated as a full URL instead of just a query string portion of the URL. This means that encoding will not be applied, which allows values like "http://somesite.com/" to be used as a value, or "http://[placeholder]" where placeholder is a valid URL.
(Inherited from DataAction)
Public propertyTargetObjectId Gets or sets the ID of the target object.
(Inherited from DataAction)
Public propertyTargetObjectType Gets or sets the type of the target object.
(Inherited from DataAction)
Public propertyTargetUrl Gets or sets the target URL.
(Inherited from DataAction)
Public propertyUseFilterValueCaption Gets or sets a value indicating whether the filter caption should be used instead of the unique name. This only applies for URL navigation.
(Inherited from DataAction)
Public propertyUseSubCanvas Gets or sets a value indicating whether the sub canvas should be used to render instead of an iframe.
Public propertyUseTargetInitialViewOptions Gets or sets a value indicating whether the target view's initial view options should be used. By default, full-screen is always used when a navigation or other action occurs which targets a view.
(Inherited from DataAction)
Public propertyWidth Gets or sets the width.
Top
See Also