Click or drag to resize
CMSButtonGroupAction Properties

The CMSButtonGroupAction type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Indicates if action is enabled
(Inherited from CMSButtonAction.)
Public propertyIconCssClass
Gets or sets the CSS class that serves as icon for the button. Icon is by default rendered before text. Position of the icon can be overriden by using expression ICON_PLACEMENT_MACRO inside the text property.
Public propertyName
Action name. Can be used to identify the action.
(Inherited from CMSButtonAction.)
Public propertyOnClientClick
Script executed when action is clicked
(Inherited from CMSButtonAction.)
Public propertyText
Action text
(Inherited from CMSButtonAction.)
Public propertyToolTip
Tooltip text
(Inherited from CMSButtonAction.)
Public propertyUseIconButton
Indicates if the icon button (without text) should be used.
Top
See Also