Class ActionSet
- Namespace
- Htmx.Components.Models
- Assembly
- Htmx.Components.dll
A container for grouping multiple action items without its own display properties. This class is useful for creating menus, toolbars, or navigation bars where the container itself doesn't need visual representation.
public class ActionSet : IActionSet
- Inheritance
-
ActionSet
- Implements
- Inherited Members
- Extension Methods
Constructors
ActionSet()
Initializes a new instance of the ActionSet class with an empty item collection.
public ActionSet()
Properties
Items
Gets or sets the collection of action items contained in this set.
public List<IActionItem> Items { get; set; }