UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

26 lines (13 loc) 516 B
/* blazorElement */ /* contentParent: ActionStrip */ /* wcElementTag: igc-grid-action-base-directive */ /* jsonAPIManageCollectionInMarkup */ /* blazorIndirectRender */ export declare class IgcGridActionsBaseDirective extends HTMLElement { /** * Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label. */ public set asMenuItems(value: boolean); public get asMenuItems(): boolean; }