Skip to content

,System.Single)}

TableSectionHeader(Func, float) constructor

Defined in

Type: TableSectionHeader Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. public TableSectionHeader(Func<UIView> view, float height)
  • 2. public TableSectionHeader(string title)

1. Overload

public TableSectionHeader(Func<UIView> view, float height)

View source

Summary: Initializes a new instance of the TableSectionHeader class.

Parameters

NameTypeDescription
viewFuncFunction that creates header's UIView.
heightfloatHeight of the header.

2. Overload

public TableSectionHeader(string title)

View source

Summary: Initializes a new instance of the TableSectionHeader class.

Parameters

NameTypeDescription
titlestringTitle to use.