Table of Contents

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

objectFormComponentFormDataComponentRadioListComponent

Implements

INgModelOptions

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

ListComponentDataSource

DisplayType

Gets or sets the display type of the checkboxes.

public CheckboxDisplayType DisplayType { get; set; }

Property Value

CheckboxDisplayType

OptionItems

Gets or sets the list of option items for the radio list.

public IList<OptionItem> OptionItems { get; set; }

Property Value

IList<OptionItem>

Parameters

If data source has a parameter, the data source data binding is used to config it

public IList<ComponentDataBinding> Parameters { get; set; }

Property Value

IList<ComponentDataBinding>