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
Border
public string? Border { get; set; }
Property Value
BorderRadius
public string? BorderRadius { get; set; }
Property Value
Cells
public List<Cell>? Cells { get; set; }
Property Value
GrowPriority
public double? GrowPriority { get; set; }
Property Value
MarginBottom
public string? MarginBottom { get; set; }
Property Value
MarginLeft
public string? MarginLeft { get; set; }
Property Value
MarginRight
public string? MarginRight { get; set; }
Property Value
MarginTop
public string? MarginTop { get; set; }
Property Value
PaddingBottom
public string? PaddingBottom { get; set; }
Property Value
PaddingLeft
public string? PaddingLeft { get; set; }
Property Value
PaddingRight
public string? PaddingRight { get; set; }
Property Value
PaddingTop
public string? PaddingTop { get; set; }
Property Value
Size
public string? Size { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Type
public DisplayConfigEnums.CellType Type { get; set; }