Represents a page.
The page has its own URL address and gets into the navigation context of the browser.
Inherits: RootContainer : Container : UIElement : UIElementBase
Content property: Children
Name | Type | Description |
---|---|---|
Title | String | The title of the page window. |
Taskpad | UIElementBase | Page taskbar. Typically, this is the Taskpad element. |
Toolbar | UIElementBase | Page toolbar. Typically, this is the Toolbar element. |
CollectionView | CollectionView | A view of the collection to be displayed on the page. This is usually a server-side collection. The property is required to take control of the collection "outside the parentheses" of the page content. |
Pager | Pager | Pager for the collection to be displayed on the page. The property is required to take control of the collection "outside the parentheses" of the page content. |
Background | BackgroundStyle | The page background color. |
Base item properties |