The DeleteAction type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
DeleteAction |
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
(Inherited from HeaderAction.) | |
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 | |
---|---|---|
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.
(Inherited from HeaderAction.) | |
BaseButton |
Button to replace.
(Inherited from HeaderAction.) | |
ButtonStyle |
Style of the header action button. Only applicable when action has no alternative actions.
Multibutton (button displaying alternative actions) is always default
(Inherited from HeaderAction.) | |
CommandArgument |
Command argument of the action.
(Inherited from HeaderAction.) | |
CommandName |
Name of the command representing the action.
(Inherited from HeaderAction.) | |
CssClass |
CSS class of the item.
(Inherited from NavigationItem.) | |
CultureCode |
UI culture code.
(Inherited from HeaderAction.) | |
DialogHeight |
If action opens dialog, set dialog height
(Inherited from HeaderAction.) | |
DialogWidth |
If action opens dialog, set dialog width
(Inherited from HeaderAction.) | |
Enabled |
Indicates if the action is enabled.
(Inherited from HeaderAction.) | |
EventName |
Name of the event.
(Inherited from HeaderAction.) | |
GenerateSeparatorBeforeAction |
Indicates whether separator class should be used before current item
(Inherited from HeaderAction.) | |
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.
(Inherited from HeaderAction.) | |
Index |
Index of the action.
(Inherited from HeaderAction.) | |
IsLiveSite |
Indicates if action is used on a live site
(Inherited from HeaderAction.) | |
OnClientClick |
The JavaScript executed on client click event.
(Inherited from HeaderAction.) | |
OpenInDialog |
If true, the action opens in dialog
(Inherited from HeaderAction.) | |
Permission |
Permission name to check.
For Permission check to work, both Resource name and Permission must be filled.
(Inherited from HeaderAction.) | |
RedirectUrl |
The URL for redirection.
(Inherited from NavigationItem.) | |
RegisterShortcutScript |
Indicates if save shortcut script should be registered
(Inherited from HeaderAction.) | |
ResourceName |
Resource name.
For Permission check to work, both Resource name and Permission must be filled.
(Inherited from HeaderAction.) | |
Target |
Target for hyperlink.
(Inherited from HeaderAction.) | |
Text |
Specifies the the caption of the item.
Sample value: "Caption string"
(Has higher priority than the resource string.)
(Inherited from HeaderAction.) | |
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.
(Inherited from HeaderAction.) | |
Visible |
Indicates if the action should be visible.
(Inherited from HeaderAction.) |
See Also