Table of Contents

Class TableInputFieldBase

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

Abstract base for interactive table input fields (edit, checkbox, combobox, button) adding common input related properties.

public abstract class TableInputFieldBase : TableField, IDomItemWithConditionalFormatter
Inheritance
TableInputFieldBase
Implements
Derived
Inherited Members

Constructors

TableInputFieldBase(string, CollectionTableFieldBases, int)

protected TableInputFieldBase(string objectType, CollectionTableFieldBases itemCollection, int index)

Parameters

objectType string
itemCollection CollectionTableFieldBases
index int

TableInputFieldBase(string, DomItem)

protected TableInputFieldBase(string objectType, DomItem item)

Parameters

objectType string
item DomItem

TableInputFieldBase(CollectionTableFieldBases)

protected TableInputFieldBase(CollectionTableFieldBases objectCollection)

Parameters

objectCollection CollectionTableFieldBases

TableInputFieldBase(CollectionTableFieldBases, int)

protected TableInputFieldBase(CollectionTableFieldBases objectCollection, int index)

Parameters

objectCollection CollectionTableFieldBases
index int

Properties

ConditionalFormatter

Gets conditional formatter rules.

[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }

Property Value

CollectionConditionalFormatterItems

Filling

Gets the background filling.

[JsonInclude]
public PropertyFillingWithBitmap Filling { get; }

Property Value

PropertyFillingWithBitmap

FixedHeight

Gets or sets the fixed height (0 = auto grow).

public string FixedHeight { get; set; }

Property Value

string

Font

Gets the font settings.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

InputObjectType

Gets or sets the internal input object type discriminator.

public string InputObjectType { get; set; }

Property Value

string

ToolTip

Gets or sets the tooltip text.

public string ToolTip { get; set; }

Property Value

string

Uneditable

Gets or sets whether the field is uneditable.

public string Uneditable { get; set; }

Property Value

string