TableRowContext
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Context for building table row cells.
csharp
public class TableRowContextInheritance
Object → TableRowContext
Methods
Cell(Func<TableCellContext, Hex1bWidget>)
Creates a widget cell for the row.
Parameters:
builder(Func<TableCellContext, Hex1bWidget>):
Returns: TableCell
csharp
public TableCell Cell(Func<TableCellContext, Hex1bWidget> builder)Cell(string)
Creates a text cell for the row.
Parameters:
text(String):
Returns: TableCell
csharp
public TableCell Cell(string text)