Ubuntu.Components.ListItems.Header
Header for grouping list items together More...
Import Statement: | import Ubuntu.Components.ListItems 1.0 |
Inherits: |
Properties
- text : string
Detailed Description
Examples:
import Ubuntu.Components.ListItems 1.3 as ListItem Column { ListItem.Header { text: "Title" } ListItem.Standard { text: "Item one" } ListItem.Standard { text: "Item two" } ListItem.Divider { } ListItem.Standard { text: "Item three" } ListItem.Standard { text: "Item four" } }
Property Documentation
text : string |
The text that is shown as the header text.