Skip to content

TableHeaderContext

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Context for building table header cells.

csharp
public class TableHeaderContext

Inheritance

ObjectTableHeaderContext

Methods

Cell(Func<TableCellContext, Hex1bWidget>)

Creates a widget cell for the header.

Parameters:

Returns: TableCell

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

Cell(string)

Creates a text cell for the header.

Parameters:

Returns: TableCell

csharp
public TableCell Cell(string text)

Released under the MIT License.