Class ActionGroupConfig
- Namespace
- Htmx.Components.Models
- Assembly
- Htmx.Components.dll
Configuration class for ActionGroup initialization. This class extends ActionSetConfig with display properties and cannot be marked as internal because the base class is used as a type constraint in ActionItemsBuilder.
public class ActionGroupConfig : ActionSetConfig
- Inheritance
-
ActionGroupConfig
- Inherited Members
- Extension Methods
Properties
CssClass
Gets or sets the CSS class to apply to the action group for styling.
public string? CssClass { get; set; }
Property Value
Icon
Gets or sets the CSS icon class for the action group.
public string? Icon { get; set; }
Property Value
Label
Gets or sets the display text for the action group.
public string Label { get; set; }