Skip to content

TableSectionHeader class

Attributes: [DebuggerDisplay("{Title}, {Height}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.TableSectionHeader Modifiers: public

Summary

View source

A header or footer of a table section.

Applies to

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

Constructors

NameSummary
.ctorInitializes a new instance of the [TableSectionHeader](# class.

Properties

NameSummary
ViewGets the function that creates the UIView used as header for this section. Overrides Title.
HeightGets the height of the header.
TitleGets the title for the section header, only used if View is null.
Inherited members