IgxGridActionsBaseDirective

new IgxGridActionsBaseDirective(): IgxGridActionsBaseDirective

Returns IgxGridActionsBaseDirective

Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.

asMenuItems: boolean = false

Defined in projects/igniteui-angular/grids/core/src/grid-actions/grid-actions-base.directive.ts:34

Example

<igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions>
 <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>