Skip to content

TableRowContext

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Context for building table row cells.

csharp
public class TableRowContext

Inheritance

ObjectTableRowContext

Methods

Cell(Func<TableCellContext, Hex1bWidget>)

Creates a widget cell for the row.

Parameters:

Returns: TableCell

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

Cell(string)

Creates a text cell for the row.

Parameters:

Returns: TableCell

csharp
public TableCell Cell(string text)

Released under the MIT License.