Class RowDetailsConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents configuration settings for row details, typically used to control the display and behavior of expandable detail rows.
public class RowDetailsConfig
- Inheritance
-
RowDetailsConfig
- Inherited Members
- Extension Methods
Properties
Cells
public List<CellDetails>? Cells { get; set; }
Property Value
DialogConfig
public DialogConfig? DialogConfig { get; set; }
Property Value
GrowPriority
public double GrowPriority { get; set; }
Property Value
Rows
public List<RowDetailsConfig>? Rows { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Type
public DisplayConfigEnums.RowType Type { get; set; }