TableSectionHeader class¶
Attributes: [DebuggerDisplay("{Title}, {Height}")]
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.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
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [TableSectionHeader](# class. |
Properties¶
| Name | Summary |
|---|---|
| View | Gets the function that creates the UIView used as header for this section. Overrides Title. |
| Height | Gets the height of the header. |
| Title | Gets the title for the section header, only used if View is null. |