Class IgxActionStripComponent

Action Strip provides templatable area for one or more actions.

IgxActionStripModule

igx-action-strip-theme

action, strip, actionStrip, pinning, editing

Data Entry & Display

IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxRowIslandComponent, *

The Ignite UI Action Strip is a container, overlaying its parent container, and displaying action buttons with action applicable to the parent component the strip is instantiated or shown for.

<igx-action-strip #actionStrip>
<igx-icon (click)="doSomeAction()"></igx-icon>
</igx-action-strip

Implements

  • IgxActionStripToken
  • AfterContentInit
  • AfterViewInit

Constructors

Properties

Accessors

Methods

Constructors

Properties

context: any

Sets the context of an action strip. The context should be an instance of a @Component, that has element property. This element will be the placeholder of the action strip.

<igx-action-strip [context]="cell"></igx-action-strip>
hidden: boolean = false

Gets/Sets the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.

 <igx-action-strip [hidden]="false">

Accessors

Methods