Table of Contents

Class TableInputFieldComboBox

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Combobox input field allowing selection from predefined choices (optionally editable).

public class TableInputFieldComboBox : TableInputFieldBase, IDomItemWithConditionalFormatter
Inheritance
TableInputFieldComboBox
Implements
Inherited Members

Constructors

TableInputFieldComboBox(CollectionTableFieldBases)

Creates and appends a combobox input field.

public TableInputFieldComboBox(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableInputFieldComboBox(CollectionTableFieldBases, int)

Creates and inserts a combobox input field at the specified index.

public TableInputFieldComboBox(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Alignment

Gets or sets the alignment.

public string Alignment { get; set; }

Property Value

string

Choices

Gets or sets the choices list (tab separated or engine specific).

public string Choices { get; set; }

Property Value

string

DefaultValueText

Gets or sets the default text value.

public string DefaultValueText { get; set; }

Property Value

string

Editable

Gets or sets whether the combobox is editable.

public string Editable { get; set; }

Property Value

string

FieldName

Gets or sets the field name.

public string FieldName { get; set; }

Property Value

string

NeedInput

Gets or sets whether input is required.

public string NeedInput { get; set; }

Property Value

string

Verification

Gets the edit verification settings.

[JsonInclude]
public PropertyInputEditVerification Verification { get; }

Property Value

PropertyInputEditVerification