Table of Contents

Class RowCardConfig

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

Represents configuration settings for a row card component.

public class RowCardConfig
Inheritance
RowCardConfig
Inherited Members
Extension Methods

Remarks

This type is intended to be used as a data container to define the visual or behavioral properties of a row card.

Properties

BgColor

public string? BgColor { get; set; }

Property Value

string

Border

public string? Border { get; set; }

Property Value

string

BorderRadius

public string? BorderRadius { get; set; }

Property Value

string

Cells

public List<Cell>? Cells { get; set; }

Property Value

List<Cell>

GrowPriority

public double? GrowPriority { get; set; }

Property Value

double?

MarginBottom

public string? MarginBottom { get; set; }

Property Value

string

MarginLeft

public string? MarginLeft { get; set; }

Property Value

string

MarginRight

public string? MarginRight { get; set; }

Property Value

string

MarginTop

public string? MarginTop { get; set; }

Property Value

string

PaddingBottom

public string? PaddingBottom { get; set; }

Property Value

string

PaddingLeft

public string? PaddingLeft { get; set; }

Property Value

string

PaddingRight

public string? PaddingRight { get; set; }

Property Value

string

PaddingTop

public string? PaddingTop { get; set; }

Property Value

string

Size

public string? Size { get; set; }

Property Value

string

Title

public string? Title { get; set; }

Property Value

string

Type

public DisplayConfigEnums.CellType Type { get; set; }

Property Value

DisplayConfigEnums.CellType