Click or drag to resize
CustomizeAction Class
Class for the customize action.
Inheritance Hierarchy

Namespace: CMS.ExtendedControls.ActionsConfig
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public class CustomizeAction : HeaderAction

The CustomizeAction type exposes the following members.

Constructors
  NameDescription
Public methodCustomizeAction
Constructor
Top
Methods
  NameDescription
Public methodIsVisible
Indicates if the action should be visible due to attributes values
(Inherited from HeaderAction.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyAlternativeActions
Alternative actions to be displayed in context menu.
(Inherited from HeaderAction.)
Public propertyBaseButton
Button to replace.
(Inherited from HeaderAction.)
Public propertyButtonStyle
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.)
Public propertyCommandArgument
Command argument of the action.
(Inherited from HeaderAction.)
Public propertyCommandName
Name of the command representing the action.
(Inherited from HeaderAction.)
Public propertyCssClass
CSS class of the item.
(Inherited from NavigationItem.)
Public propertyCultureCode
UI culture code.
(Inherited from HeaderAction.)
Public propertyDialogHeight
If action opens dialog, set dialog height
(Inherited from HeaderAction.)
Public propertyDialogWidth
If action opens dialog, set dialog width
(Inherited from HeaderAction.)
Public propertyEnabled
Indicates if the action is enabled.
(Inherited from HeaderAction.)
Public propertyEventName
Name of the event.
(Inherited from HeaderAction.)
Public propertyGenerateSeparatorBeforeAction
Indicates whether separator class should be used before current item
(Inherited from HeaderAction.)
Public propertyInactive
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.)
Public propertyIndex
Index of the action.
(Inherited from HeaderAction.)
Public propertyIsLiveSite
Indicates if action is used on a live site
(Inherited from HeaderAction.)
Public propertyOnClientClick
The JavaScript executed on client click event.
(Inherited from HeaderAction.)
Public propertyOpenInDialog
If true, the action opens in dialog
(Inherited from HeaderAction.)
Public propertyPermission
Permission name to check. For Permission check to work, both Resource name and Permission must be filled.
(Inherited from HeaderAction.)
Public propertyRedirectUrl
The URL for redirection.
(Inherited from NavigationItem.)
Public propertyRegisterShortcutScript
Indicates if save shortcut script should be registered
(Inherited from HeaderAction.)
Public propertyResourceName
Resource name. For Permission check to work, both Resource name and Permission must be filled.
(Inherited from HeaderAction.)
Public propertyTarget
Target for hyperlink.
(Inherited from HeaderAction.)
Public propertyText
Specifies the the caption of the item. Sample value: "Caption string" (Has higher priority than the resource string.)
(Inherited from HeaderAction.)
Public propertyTooltip
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.)
Public propertyValidationGroup
Validation group name.
(Inherited from HeaderAction.)
Public propertyVisible
Indicates if the action should be visible.
(Inherited from HeaderAction.)
Top
See Also