Action Strip provides templatable area for one or more actions.
Hiding the Action Strip and removing it from its current context element.
this.actionStrip.hide(); Copy
this.actionStrip.hide();
Showing the Action Strip and appending it the specified context element.
this.actionStrip.show(row); Copy
this.actionStrip.show(row);
ActionButton as ContentChildren inside the Action Strip
Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.
Gets/Sets the resource strings.
Action Strip provides templatable area for one or more actions.