Class IgxActionStripComponent

Action Strip provides templatable area for one or more actions.

Igx Module

IgxActionStripModule

Igx Theme

igx-action-strip-theme

Igx Keywords

action, strip, actionStrip, pinning, editing

Igx Group

Data Entry & Display

Remarks

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.

Example

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

Hierarchy

Hierarchy

Implements

  • AfterContentInit
  • AfterViewInit

Constructors

Properties

cdr: ChangeDetectorRef
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.

Example

<igx-action-strip [context]="cell"></igx-action-strip>
onDensityChanged: EventEmitter<IDensityChangedEventArgs> = ...

Accessors

Methods