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>
Returns the theme of the component.
The default theme is comfortable
.
Available options are comfortable
, cosy
, compact
.
let componentTheme = this.component.displayDensity;
Sets the theme of the component.
An
property that set the visibility of the Action Strip. Could be used to set if the Action Strip will be initially hidden.
<igx-action-strip [hidden]="false">
Gets/Sets the resource strings.
By default it uses EN resources.
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