Class InputSet
- Namespace
 - Htmx.Components.Models
 
- Assembly
 - Htmx.Components.dll
 
Represents a set of input fields.
public class InputSet
  - Inheritance
 - 
      
      InputSet
 
- Inherited Members
 
- Extension Methods
 
Constructors
InputSet()
Initializes a new instance of the InputSet class with default values.
public InputSet()
  Properties
Inputs
Gets or sets the collection of input models contained in this set. Each input model represents a form field or control.
public List<IInputModel> Inputs { get; set; }
  Property Value
Label
Gets or sets the label for this input set. Displayed as a group header or section title for the contained inputs.
public string? Label { get; set; }