Represents the sheet section.
The section is used when you need to bind data to a data source.
The source is specified by the ItemsSource
. binding.
The section rows will be repeated for each element of the source array.
If rows are directly specified in the body of the sheet, then they fall into the section, which is created implicitly. It is impossible to specify a data source for such a section.
Inherits: UIElement : UIElementBaseContent property: Children
Name | Type | Description |
---|---|---|
Children | SheetRow Collection | A collection of rows in a section. |
ItemsSource | Array | Always binding (Bind). Data source for obtaining children. |
Base item properties |