TableSectionHeader class¶
Defined in
Namespace: ReactiveUI
Assembly: ReactiveUI.dll
Full name: ReactiveUI.TableSectionHeader
Modifiers: public
Summary¶
A header or footer of a table section.
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-ios18.0, net9.0-maccatalyst18.0, net9.0-tvos18.0, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [TableSectionHeader](# class. |
Properties¶
| Name | Summary |
|---|---|
| View | Gets or sets the function that creates the UIView used as header for this section. Overrides Title. |
| Height | Gets or sets the height of the header. |
| Title | Gets or sets the title for the section header, only used if View is null. |