Class TableInputFieldCheckbox
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Checkbox input field allowing binary user interaction.
public class TableInputFieldCheckbox : TableInputFieldBase, IDomItemWithConditionalFormatter
- Inheritance
-
TableInputFieldCheckbox
- Implements
- Inherited Members
Constructors
TableInputFieldCheckbox(CollectionTableFieldBases)
Creates and appends a checkbox input field.
public TableInputFieldCheckbox(CollectionTableFieldBases itemCollection)
Parameters
itemCollectionCollectionTableFieldBases
TableInputFieldCheckbox(CollectionTableFieldBases, int)
Creates and inserts a checkbox input field at the specified index.
public TableInputFieldCheckbox(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
CheckboxType
Gets or sets the checkbox type/style.
public string CheckboxType { get; set; }
Property Value
DefaultValueBool
Gets or sets the default boolean value.
public string DefaultValueBool { get; set; }
Property Value
FieldName
Gets or sets the field name.
public string FieldName { get; set; }