Class HeaderBannerItemTableConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for a table that displays header banner items.
public class HeaderBannerItemTableConfig
- Inheritance
-
HeaderBannerItemTableConfig
- Inherited Members
- Extension Methods
Properties
BgColor
public string? BgColor { get; set; }
Property Value
Field
public List<string>? Field { get; set; }
Property Value
GrowPriority
public double? GrowPriority { get; set; }
Property Value
Icon
public bool? Icon { get; set; }
Property Value
- bool?
SubType
public string? SubType { get; set; }
Property Value
TextColor
public string? TextColor { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Type
public DisplayConfigEnums.CellType? Type { get; set; }