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
itemCollectionCollectionTableFieldBases
TableInputFieldButton(CollectionTableFieldBases, int)
Creates and inserts a button input field at the specified index.
public TableInputFieldButton(CollectionTableFieldBases itemCollection, int index)
Parameters
itemCollectionCollectionTableFieldBasesindexint
Properties
Button
Gets the button action settings.
[JsonInclude]
public PropertyInputButtonActionBase Button { get; }
Property Value
Text
Gets or sets the button text.
public string Text { get; set; }