Table of Contents

Class BannerItemTableConfig

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents the configuration settings for a banner item table.

public class BannerItemTableConfig
Inheritance
BannerItemTableConfig
Inherited Members
Extension Methods

Properties

BgColor

public string? BgColor { get; set; }

Property Value

string

Config

public List<HeaderBannerItemTableConfig>? Config { get; set; }

Property Value

List<HeaderBannerItemTableConfig>

TextColor

public string? TextColor { get; set; }

Property Value

string