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
itemCollectionCollectionTableFieldBases
TableInputFieldEdit(CollectionTableFieldBases, int)
Creates and inserts an edit input field at the specified index.
public TableInputFieldEdit(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Alignment
Gets or sets the text alignment.
public string Alignment { get; set; }
Property Value
DefaultValueText
Gets or sets the default text value.
public string DefaultValueText { get; set; }
Property Value
FieldName
Gets or sets the field name.
public string FieldName { get; set; }
Property Value
Multiline
Gets or sets whether multiple lines are allowed.
public string Multiline { get; set; }
Property Value
NeedInput
Gets or sets whether input is mandatory.
public string NeedInput { get; set; }
Property Value
Verification
Gets the edit verification settings.
[JsonInclude]
public PropertyInputEditVerification Verification { get; }