Class FieldLabelComponent
Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll
public class FieldLabelComponent : FormDataComponent, INgModelOptions
Inheritance
object ← FormComponent ← FormDataComponent ← FieldLabelComponent
Implements
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<FieldLabelComponent>(FieldLabelComponent)
Constructors
FieldLabelComponent()
public FieldLabelComponent()
Properties
DisplayFormat
public string DisplayFormat { get; set; }
Property Value
OptionItems
public IList<OptionItem> OptionItems { get; set; }