aspx:ViewHeader
This provides a title bar for a page. In a standard Magentrix view, the title bar is a colored header with customized icons displayed directly under the tab bar.
<aspx:ViewHeader runat="server" title="Contact" subtitle="Edit" />
Properties
| Property | Description |
|---|
| Title | The title that will be shown in the header is used to show which area the user is in, such as the label of the Entity (Contact or Account). |
| Subtitle | Subtitle of the Header component, used to show what operation the user is performing on the page, such as "Edit" or "Create". |
| Description | An area at the bottom of the "Header" component that allows you to provide a better description of the page. |
| HelpUrl | A link to a page where the user can get help with the page they are on. The link will be opened in a pop-up window. |
| Visible | True/false; determines whether the component is visible. |