Class OptionListDetails
Represents a container that holds detailed information about a list of options.
public class OptionListDetails
- Inheritance
-
OptionListDetails
- Inherited Members
- Extension Methods
Remarks
This type is intended to encapsulate the metadata or structure associated with an option list, allowing consumers to access its detailed content in a structured manner.
Properties
BgColor
public Element? BgColor { get; set; }
Property Value
Color
public Element? Color { get; set; }
Property Value
Description
public Element? Description { get; set; }
Property Value
IconCategory
public Element? IconCategory { get; set; }
Property Value
IconColor
public Element? IconColor { get; set; }
Property Value
IconDefault
public Element? IconDefault { get; set; }
Property Value
Name
public Element? Name { get; set; }
Property Value
OptionType
public Element? OptionType { get; set; }