Table of Contents

Class ActionGroup

Namespace
Htmx.Components.Models
Assembly
Htmx.Components.dll

An action item that can contain nested action items, combining individual item properties with container functionality. This class is useful for creating dropdown menus or hierarchical navigation structures.

public class ActionGroup : ActionItem, IActionItem, IActionSet
Inheritance
ActionGroup
Implements
Inherited Members
Extension Methods

Constructors

ActionGroup()

Initializes a new instance of the ActionGroup class with default properties.

public ActionGroup()

Properties

Items

Gets or sets the collection of nested action items contained in this group.

public List<IActionItem> Items { get; set; }

Property Value

List<IActionItem>