Class FormElementPanel
- Namespace
- JJMasterData.Core.DataDictionary.Models
- Assembly
- JJMasterData.Core.dll
public class FormElementPanel
- Inheritance
-
FormElementPanel
- Inherited Members
-
Properties
[JsonProperty("color")]
[Display(Name = "Color")]
public BootstrapColor Color { get; set; }
Property Value
- BootstrapColor
[JsonProperty("cssClass")]
[Display(Name = "CSS Class")]
public string? CssClass { get; set; }
Property Value
- string
[JsonProperty("enableExpression")]
[Display(Name = "Enable Expression")]
public string EnableExpression { get; set; }
Property Value
- string
[JsonProperty("expandedByDefault")]
[Display(Name = "Expanded By Default")]
public bool ExpandedByDefault { get; set; }
Property Value
- bool
[JsonProperty("icon")]
[Display(Name = "Icon")]
public IconType? Icon { get; set; }
Property Value
- IconType?
[JsonProperty("layout")]
[Display(Name = "Layout")]
public PanelLayout Layout { get; set; }
Property Value
- PanelLayout
[JsonProperty("id")]
public int PanelId { get; set; }
Property Value
- int
[JsonProperty("subtitle")]
[Display(Name = "SubTitle")]
public string? SubTitle { get; set; }
Property Value
- string
[JsonProperty("title")]
[Display(Name = "Title")]
public string? Title { get; set; }
Property Value
- string
[JsonProperty("visibleExpression")]
[Display(Name = "Visible Expression")]
public string VisibleExpression { get; set; }
Property Value
- string
Methods
public FormElementPanel DeepCopy()
Returns
- FormElementPanel
Returns
- bool