Table of Contents

Class TableInputFieldButton

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

Button input field allowing interactive actions (e.g. export, navigation).

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

Constructors

TableInputFieldButton(CollectionTableFieldBases)

Creates and appends a button input field.

public TableInputFieldButton(CollectionTableFieldBases itemCollection)

Parameters

itemCollection CollectionTableFieldBases

TableInputFieldButton(CollectionTableFieldBases, int)

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

public TableInputFieldButton(CollectionTableFieldBases itemCollection, int index)

Parameters

itemCollection CollectionTableFieldBases
index int

Properties

Button

Gets the button action settings.

[JsonInclude]
public PropertyInputButtonActionBase Button { get; }

Property Value

PropertyInputButtonActionBase

Text

Gets or sets the button text.

public string Text { get; set; }

Property Value

string