Action Strip provides templatable area for one or more actions.
Properties
Section titled "Properties"actionButtons
Section titled "actionButtons"ActionButton as ContentChildren inside the Action Strip
actionButtons: IgrGridActionsBaseDirective[] hidden
Section titled "hidden"Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.
hidden: boolean resourceStrings
Section titled "resourceStrings"Gets/Sets the resource strings.
resourceStrings: IgrActionStripResourceStrings Methods
Section titled "Methods"Hiding the Action Strip and removing it from its current context element.
hide(): void Returns void
Example
this.actionStrip.hide(); Showing the Action Strip and appending it the specified context element.
show(context: any): void Parameters
- context:
any
Returns void
Example
this.actionStrip.show(row);