Class RadioListComponent
Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll
Represents a radio list component in a form.
public class RadioListComponent : FormDataComponent, INgModelOptions
Inheritance
object ← FormComponent ← FormDataComponent ← RadioListComponent
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<RadioListComponent>(RadioListComponent)
Constructors
RadioListComponent()
public RadioListComponent()
Properties
DataSource
Gets or sets the data source for the radio list.
public ListComponentDataSource DataSource { get; set; }
Property Value
DisplayType
Gets or sets the display type of the checkboxes.
public CheckboxDisplayType DisplayType { get; set; }
Property Value
OptionItems
Gets or sets the list of option items for the radio list.
public IList<OptionItem> OptionItems { get; set; }
Property Value
Parameters
If data source has a parameter, the data source data binding is used to config it
public IList<ComponentDataBinding> Parameters { get; set; }