Class FilterOptionListElement
Represents an individual element within a filter option list, encapsulating a selectable filter value and its associated metadata.
public class FilterOptionListElement
- Inheritance
-
FilterOptionListElement
- Inherited Members
- Extension Methods
Properties
BgColor
public string? BgColor { get; set; }
Property Value
Color
public string? Color { get; set; }
Property Value
Description
public string? Description { get; set; }
Property Value
IconCategory
public string? IconCategory { get; set; }
Property Value
IconColor
public string? IconColor { get; set; }
Property Value
IconDefault
public string? IconDefault { get; set; }
Property Value
IsFromAdmPanel
public bool? IsFromAdmPanel { get; set; }
Property Value
- bool?
Locale
public LocaleEnum? Locale { get; set; }
Property Value
LocaleItems
public Locale? LocaleItems { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
OptionType
public string? OptionType { get; set; }
Property Value
Text
public string? Text { get; set; }