ActionUrl Properties
An Action which is used to redirect a browser to a specified page.Name | Description |
---|---|
ActionMeaning | Specifies whether an Action is represented by an accept, cancel or ordinal button in a Window Forms application’s pop-up Windows. Inherited from ActionBase. |
Active | Gets a collection of reason/value pairs used to determine or change the Action‘s active state. The resulting state determines the Action’s visibility. Inherited from ActionBase. |
Application | Provides access to an XafApplication object that can be used to manage an application. Inherited from ActionBase. |
CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
Caption | Specifies an Action‘s caption. Inherited from ActionBase. |
Category | Specifies an Action‘s category. Inherited from ActionBase. |
ConfirmationMessage | Specifies the confirmation message displayed when an end-user executes an Action. Inherited from ActionBase. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Controller | Provides access to an Action‘s Controller. Inherited from ActionBase. |
Data | For internal use. Inherited from ActionBase. |
DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
DiagnosticInfo | Specifies information on an Action. This information is appended to the information on the remaining Actions and their Controllers and displayed via the DiagnosticInfo Action. Inherited from ActionBase. |
Enabled | Provides access to a collection of key/value pairs used to determine an Action‘s enabled/disabled state. A Disabled Action is visible in the UI, but it is grayed out and cannot be executed. Inherited from ActionBase. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
HasImage | Indicates whether an Action has an image assigned to it. Inherited from ActionBase. |
Id | Specifies an Action‘s identifier. Inherited from ActionBase. |
ImageName | Specifies a name of the image displayed for an Action. Inherited from ActionBase. |
IsDisposed | Gets a value indicating whether an Action has been disposed of. Inherited from ActionBase. |
IsExecuting | For internal use. Inherited from ActionBase. |
LockCount | Indicates the count of the ActionBase.BeginUpdate method calls. Inherited from ActionBase. |
Model | Gets the Action‘s settings. Inherited from ActionBase. |
OpenInNewWindow | Specifies whether to load an Action’s page in a new window. |
PaintStyle | Specifies the Action‘s paint style. Inherited from ActionBase. |
QuickAccess | Specifies whether the current Action is accessible via the Quick Access Toolbar (this toolbar is available when the Ribbon UI is used). Inherited from ActionBase. |
SelectionContext | Specifies a context of an Action‘s execution. Inherited from ActionBase. |
SelectionDependencyType | Specifies a context for enabling an Action. Inherited from ActionBase. |
Shortcut | Defines the keyboard shortcut used to execute the current Action. Has effect in WinForms applications only. Inherited from ActionBase. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag | Provides access to the object that contains data about the Action. Inherited from ActionBase. |
TargetObjectsCriteria | Specifies a logical expression (criteria) for enabling an Action. Inherited from ActionBase. |
TargetObjectsCriteriaMode | Specifies whether all the currently selected objects must satisfy the ActionBase.TargetObjectsCriteria criteria to make an Action enabled. Inherited from ActionBase. |
TargetObjectType | Specifies the type of the object(s) that must be represented by the current View to provide an Action activation. Inherited from ActionBase. |
TargetViewId | Specifies the identifier of the View for which the Action is activated, or a semicolon-separated list of identifiers if the Action targets multiple Views. Inherited from ActionBase. |
TargetViewNesting | Specifies whether the View, for which an Action is intended, must be root, nested or any. Inherited from ActionBase. |
TargetViewType | Specifies the type of the View, for which an Action is intended. Inherited from ActionBase. |
TestName | For internal use only. Inherited from ActionBase. |
TextFieldName | Specifies the name of the property whose value is inserted in the ActionUrl.TextFormatString property value. |
TextFormatString | Specifies a caption which is used when an ActionUrl is displayed in a List View’s grid editor. |
ToolTip | Specifies a tooltip for an Action. Inherited from ActionBase. |
TypeOfView | Specifies the type of the View for which an Action is intended. Inherited from ActionBase. |
UrlFieldName | Specifies the name of a persistent object’s property whose value is used to build a URL text based on the ActionUrl.UrlFormatString property value. |
UrlFormatString | Specifies the URL of the page to be loaded when executing an ActionUrl Action. |
See Also