Class IgxActionStripComponent

Action Strip provides templatable area for one or more actions.

igxmodule

IgxActionStripModule

igxtheme

igx-action-strip-theme

igxkeywords

action, strip, actionStrip, pinning, editing

igxgroup

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
<igx-action-strip #actionStrip>
<igx-icon (click)="doSomeAction()"></igx-icon>
</igx-action-strip>

Hierarchy

Implements

  • AfterContentInit
  • AfterViewInit

Index

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

  • get hidden(): boolean
  • set hidden(value: boolean): void

Methods

  • hide(): void
  • ngDoCheck(): void
  • show(context?: any): void