Class InputChoiceCategoryInfo
Input choice category info
Inheritance
object
InputChoiceCategoryInfo
Namespace: Terminaux.Inputs.Styles
Assembly: Terminaux.dll
Syntax
public class InputChoiceCategoryInfo
Constructors
| Edit this page View SourceInputChoiceCategoryInfo(string, InputChoiceGroupInfo[])
Makes a new instance of input choice category info
Declaration
public InputChoiceCategoryInfo(string categoryName, InputChoiceGroupInfo[] groups)
Parameters
| Type | Name | Description |
|---|---|---|
| string | categoryName | Category info |
| InputChoiceGroupInfo[] | groups | Groups in this category |
Properties
| Edit this page View SourceGroups
Input choice groups for this category
Declaration
public InputChoiceGroupInfo[] Groups { get; }
Property Value
| Type | Description |
|---|---|
| InputChoiceGroupInfo[] |
Name
Input choice category name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |