Skip to content

TableFooterContext

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Context for building table footer cells.

csharp
public class TableFooterContext

Inheritance

ObjectTableFooterContext

Methods

Cell(Func<TableCellContext, Hex1bWidget>)

Creates a widget cell for the footer.

Parameters:

Returns: TableCell

csharp
public TableCell Cell(Func<TableCellContext, Hex1bWidget> builder)

Cell(string)

Creates a text cell for the footer.

Parameters:

Returns: TableCell

csharp
public TableCell Cell(string text)

Released under the MIT License.