The HeaderAction type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
HeaderAction |
Constructor
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsVisible |
Indicates if the action should be visible due to attributes values
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Name | Description | |
---|---|---|
AlternativeActions |
Alternative actions to be displayed in context menu.
| |
BaseButton |
Button to replace.
| |
ButtonStyle |
Style of the header action button. Only applicable when action has no alternative actions.
Multibutton (button displaying alternative actions) is always default
| |
CommandArgument |
Command argument of the action.
| |
CommandName |
Name of the command representing the action.
| |
CssClass |
CSS class of the item.
(Inherited from NavigationItem.) | |
CultureCode |
UI culture code.
| |
DialogHeight |
If action opens dialog, set dialog height
| |
DialogWidth |
If action opens dialog, set dialog width
| |
Enabled |
Indicates if the action is enabled.
| |
EventName |
Name of the event.
| |
GenerateSeparatorBeforeAction |
Indicates whether separator class should be used before current item
| |
Inactive |
Indicates if the action is inactive. Only applicable when action has alternative action.
When inactive action can't be executed. Clicking on the action is used to toogle the visibility of alternative actions.
| |
Index |
Index of the action.
| |
IsLiveSite |
Indicates if action is used on a live site
| |
OnClientClick |
The JavaScript executed on client click event.
(Overrides NavigationItem OnClientClick.) | |
OpenInDialog |
If true, the action opens in dialog
| |
Permission |
Permission name to check.
For Permission check to work, both Resource name and Permission must be filled.
| |
RedirectUrl |
The URL for redirection.
(Inherited from NavigationItem.) | |
RegisterShortcutScript |
Indicates if save shortcut script should be registered
| |
ResourceName |
Resource name.
For Permission check to work, both Resource name and Permission must be filled.
| |
Target |
Target for hyperlink.
| |
Text |
Specifies the the caption of the item.
Sample value: "Caption string"
(Has higher priority than the resource string.)
(Overrides NavigationItem Text.) | |
Tooltip |
Specifies the the tooltip of the item (string.empty: empty, null: usually copies caption or custom string).
(Has higher priority than the tooltip resource string.)
(Inherited from NavigationItem.) | |
ValidationGroup |
Validation group name.
| |
Visible |
Indicates if the action should be visible.
|
See Also