Class SectionConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for a section.
public class SectionConfig
- Inheritance
-
SectionConfig
- Inherited Members
- Extension Methods
Properties
Columns
public int? Columns { get; set; }
Property Value
- int?
DesignProperties
public UiFontData? DesignProperties { get; set; }
Property Value
RefreshConfig
public int? RefreshConfig { get; set; }
Property Value
- int?
RefreshValues
public int? RefreshValues { get; set; }
Property Value
- int?
Rows
public int? Rows { get; set; }
Property Value
- int?
Steps
public List<Step>? Steps { get; set; }