Table of Contents

Class TableInputFieldEdit

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

Edit input field allowing free text entry (single or multiline).

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

Constructors

TableInputFieldEdit(CollectionTableFieldBases)

Creates and appends an edit input field.

public TableInputFieldEdit(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableInputFieldEdit(CollectionTableFieldBases, int)

Creates and inserts an edit input field at the specified index.

public TableInputFieldEdit(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Alignment

Gets or sets the text alignment.

public string Alignment { get; set; }

Property Value

string

DefaultValueText

Gets or sets the default text value.

public string DefaultValueText { get; set; }

Property Value

string

FieldName

Gets or sets the field name.

public string FieldName { get; set; }

Property Value

string

Multiline

Gets or sets whether multiple lines are allowed.

public string Multiline { get; set; }

Property Value

string

NeedInput

Gets or sets whether input is mandatory.

public string NeedInput { get; set; }

Property Value

string

Verification

Gets the edit verification settings.

[JsonInclude]
public PropertyInputEditVerification Verification { get; }

Property Value

PropertyInputEditVerification