IModelActionWeb Members
Used to extend the Application Model‘s IModelAction node.Properties
| Name | Description |
|---|---|
| AdaptivePriority | Specifies the Action’s priority with regards to the adaptive and responsive layout used in the new web UI. Actions with a lower AdaptivePriority value remain visible when the browser window shrinks, while Actions with a higher priority become hidden. |
| ConfirmUnsavedChanges | Specifies whether or not a confirmation dialog is displayed by a browser when there are unsaved changes and a user executes the current Action. |
| CustomCSSClassName | Specifies the name of the CSS class to be applied to the control that visualizes the current Action. |
| IsPostBackRequired | Specifies whether a postback is performed instead of callback when a user executes the Action. For example, this property value should be true for Actions that download files or change an application language. |
See Also